#B5764F

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

Shades of Sante Fe #B5764F

Tints of Sante Fe #B5764F

Color information

#B5764F (or 0xB5764F) is unknown color: approx Sante Fe. HEX triplet: B5, 76 and 4F. RGB value is (181,118,79). Sum of RGB (Red+Green+Blue) = 181+118+79=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5764F is #4A89B0. Grayscale: #848484. Windows color (decimal): -4884913 or 5207733. OLE color: 5207733.

HSL color Cylindrical-coordinate representation of color #B5764F: hue angle of 22.94º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5764F is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18111879-
CMYK00.350.560.29
HSL22.94º40.8%50.98%-
HSV(B)22.94º56.35%70.98%-
XYZ26.9523.3510.48-
YUV132.3997.87162.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.88%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 79 (31.25% from 255) = 20.90%
R=47.88%
G=31.22%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811187900.350.560.2922.9440.850.98
HexB5764F023381D172933
Octal2651661170437035275163
Binary101101011110110100111101000111110001110110111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5764F; }

 p { color: rgb(181,118,79); }

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

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

 a { background-color: rgb(181,118,79); }

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

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

 span { border-color: rgb(181,118,79); }

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