#B0764E

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

Shades of Sante Fe #B0764E

Tints of Sante Fe #B0764E

Color information

#B0764E (or 0xB0764E) is unknown color: approx Sante Fe. HEX triplet: B0, 76 and 4E. RGB value is (176,118,78). Sum of RGB (Red+Green+Blue) = 176+118+78=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0764E is #4F89B1. Grayscale: #838383. Windows color (decimal): -5212594 or 5142192. OLE color: 5142192.

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

Color convert

RGB17611878-
CMYK00.330.560.31
HSL24.49º38.58%49.8%-
HSV(B)24.49º55.68%69.02%-
XYZ25.7622.7410.24-
YUV130.7898.22160.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.31%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 78 (30.86% from 255) = 20.97%
R=47.31%
G=31.72%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761187800.330.560.3124.4938.5849.8
HexB0764E021381F182732
Octal2601661160417037304762
Binary101100001110110100111001000011110001111111000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0764E; }

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

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

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

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

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

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

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

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