#B4774F

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

Shades of Sante Fe #B4774F

Tints of Sante Fe #B4774F

Color information

#B4774F (or 0xB4774F) is unknown color: approx Sante Fe. HEX triplet: B4, 77 and 4F. RGB value is (180,119,79). Sum of RGB (Red+Green+Blue) = 180+119+79=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B4774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4774F is #4B88B0. Grayscale: #848484. Windows color (decimal): -4950193 or 5207988. OLE color: 5207988.

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

Color convert

RGB18011979-
CMYK00.340.560.29
HSL23.76º40.24%50.78%-
HSV(B)23.76º56.11%70.59%-
XYZ26.8323.4610.51-
YUV132.6897.71161.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 119 (46.88% from 255) = 31.48%
BLUE value IS 79 (31.25% from 255) = 20.90%
R=47.62%
G=31.48%
B=20.90%

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
Decimal1801197900.340.560.2923.7640.2450.78
HexB4774F022381D182833
Octal2641671170427035305063
Binary101101001110111100111101000101110001110111000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4774F; }

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

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

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

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

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

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

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

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