#B4764F

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

Shades of Sante Fe #B4764F

Tints of Sante Fe #B4764F

Color information

#B4764F (or 0xB4764F) is unknown color: approx Sante Fe. HEX triplet: B4, 76 and 4F. RGB value is (180,118,79). Sum of RGB (Red+Green+Blue) = 180+118+79=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B4764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4764F is #4B89B0. Grayscale: #848484. Windows color (decimal): -4950449 or 5207732. OLE color: 5207732.

HSL color Cylindrical-coordinate representation of color #B4764F: hue angle of 23.17º degrees, saturation: 0.4, 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 #B4764F is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18011879-
CMYK00.340.560.29
HSL23.17º40.24%50.78%-
HSV(B)23.17º56.11%70.59%-
XYZ26.7123.2210.47-
YUV132.0998.04162.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 79 (31.25% from 255) = 20.95%
R=47.75%
G=31.30%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801187900.340.560.2923.1740.2450.78
HexB4764F022381D172833
Octal2641661170427035275063
Binary101101001110110100111101000101110001110110111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4764F; }

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

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

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

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

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

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

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

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