#B0654E

Color #B0654E Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #B0654E

Tints of Sante Fe #B0654E

Color information

#B0654E (or 0xB0654E) is unknown color: approx Sante Fe. HEX triplet: B0, 65 and 4E. RGB value is (176,101,78). Sum of RGB (Red+Green+Blue) = 176+101+78=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0654E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0654E is #4F9AB1. Grayscale: #787878. Windows color (decimal): -5216946 or 5137840. OLE color: 5137840.

HSL color Cylindrical-coordinate representation of color #B0654E: hue angle of 14.08º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0654E is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17610178-
CMYK00.430.560.31
HSL14.08º38.58%49.8%-
HSV(B)14.08º55.68%69.02%-
XYZ23.9319.099.63-
YUV120.8103.85167.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 49.58%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 78 (30.86% from 255) = 21.97%
R=49.58%
G=28.45%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761017800.430.560.3114.0838.5849.8
HexB0654E02B381Fe2732
Octal2601451160537037164762
Binary10110000110010110011100101011111000111111110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0654E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0654E; }

 p { color: rgb(176,101,78); }

 H1.HeaderClassName
 {
   color: #B0654E;
 }
 .AnyTagClassName
 {
   color: #B0654E;
 }
</style>
background-color css

<style>
 a { background-color: #B0654E; }

 a { background-color: rgb(176,101,78); }

 div.DivClassName
 {
   background-color: #B0654E;
 }
 .BgClassName
 {
   background-color: #B0654E;
 }
</style>
border-color css

<style>
 span { border-color: #B0654E; }

 span { border-color: rgb(176,101,78); }

 td.TdClassName
 {
   border-color: #B0654E;
 }
 .TagClassName
 {
   border-color: #B0654E;
 }
</style>