#B4765B

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

Shades of Sante Fe #B4765B

Tints of Sante Fe #B4765B

Color information

#B4765B (or 0xB4765B) is unknown color: approx Sante Fe. HEX triplet: B4, 76 and 5B. RGB value is (180,118,91). Sum of RGB (Red+Green+Blue) = 180+118+91=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4765B is #4B89A4. Grayscale: #858585. Windows color (decimal): -4950437 or 5994164. OLE color: 5994164.

HSL color Cylindrical-coordinate representation of color #B4765B: hue angle of 18.2º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4765B is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18011891-
CMYK00.340.490.29
HSL18.2º37.24%53.14%-
HSV(B)18.2º49.44%70.59%-
XYZ27.1923.4212.98-
YUV133.46104.04161.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 91 (35.94% from 255) = 23.39%
R=46.27%
G=30.33%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801189100.340.490.2918.237.2453.14
HexB4765B022311D122535
Octal2641661330426135224565
Binary101101001110110101101101000101100011110110010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4765B; }

 p { color: rgb(180,118,91); }

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

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

 a { background-color: rgb(180,118,91); }

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

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

 span { border-color: rgb(180,118,91); }

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