#B5704B

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

Shades of Sante Fe #B5704B

Tints of Sante Fe #B5704B

Color information

#B5704B (or 0xB5704B) is unknown color: approx Sante Fe. HEX triplet: B5, 70 and 4B. RGB value is (181,112,75). Sum of RGB (Red+Green+Blue) = 181+112+75=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B5704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5704B is #4A8FB4. Grayscale: #808080. Windows color (decimal): -4886453 or 4944053. OLE color: 4944053.

HSL color Cylindrical-coordinate representation of color #B5704B: hue angle of 20.94º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5704B is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18111275-
CMYK00.380.590.29
HSL20.94º41.73%50.2%-
HSV(B)20.94º58.56%70.98%-
XYZ26.1221.929.51-
YUV128.4197.86165.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.18%
GREEN value IS 112 (44.14% from 255) = 30.43%
BLUE value IS 75 (29.69% from 255) = 20.38%
R=49.18%
G=30.43%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811127500.380.590.2920.9441.7350.2
HexB5704B0263B1D152a32
Octal2651601130467335255262
Binary101101011110000100101101001101110111110110101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5704B; }

 p { color: rgb(181,112,75); }

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

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

 a { background-color: rgb(181,112,75); }

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

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

 span { border-color: rgb(181,112,75); }

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