#B0744E

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

Shades of Sante Fe #B0744E

Tints of Sante Fe #B0744E

Color information

#B0744E (or 0xB0744E) is unknown color: approx Sante Fe. HEX triplet: B0, 74 and 4E. RGB value is (176,116,78). Sum of RGB (Red+Green+Blue) = 176+116+78=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0744E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0744E is #4F8BB1. Grayscale: #818181. Windows color (decimal): -5213106 or 5141680. OLE color: 5141680.

HSL color Cylindrical-coordinate representation of color #B0744E: hue angle of 23.27º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0744E is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17611678-
CMYK00.340.560.31
HSL23.27º38.58%49.8%-
HSV(B)23.27º55.68%69.02%-
XYZ25.5322.2710.16-
YUV129.6198.88161.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.57%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 78 (30.86% from 255) = 21.08%
R=47.57%
G=31.35%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761167800.340.560.3123.2738.5849.8
HexB0744E022381F172732
Octal2601641160427037274762
Binary101100001110100100111001000101110001111110111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0744E; }

 p { color: rgb(176,116,78); }

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

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

 a { background-color: rgb(176,116,78); }

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

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

 span { border-color: rgb(176,116,78); }

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