#B5764E

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

Shades of Sante Fe #B5764E

Tints of Sante Fe #B5764E

Color information

#B5764E (or 0xB5764E) is unknown color: approx Sante Fe. HEX triplet: B5, 76 and 4E. RGB value is (181,118,78). Sum of RGB (Red+Green+Blue) = 181+118+78=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5764E is #4A89B1. Grayscale: #848484. Windows color (decimal): -4884914 or 5142197. OLE color: 5142197.

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

Color convert

RGB18111878-
CMYK00.350.570.29
HSL23.3º41.04%50.78%-
HSV(B)23.3º56.91%70.98%-
XYZ26.9123.3310.29-
YUV132.2897.37162.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 78 (30.86% from 255) = 20.69%
R=48.01%
G=31.30%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811187800.350.570.2923.341.0450.78
HexB5764E023391D172933
Octal2651661160437135275163
Binary101101011110110100111001000111110011110110111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5764E; }

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

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

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

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

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

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

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

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