#B0764D

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

Shades of Sante Fe #B0764D

Tints of Sante Fe #B0764D

Color information

#B0764D (or 0xB0764D) is unknown color: approx Sante Fe. HEX triplet: B0, 76 and 4D. RGB value is (176,118,77). Sum of RGB (Red+Green+Blue) = 176+118+77=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0764D is #4F89B2. Grayscale: #828282. Windows color (decimal): -5212595 or 5076656. OLE color: 5076656.

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

Color convert

RGB17611877-
CMYK00.330.560.31
HSL24.85º39.13%49.61%-
HSV(B)24.85º56.25%69.02%-
XYZ25.7222.7210.05-
YUV130.6797.72160.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 77 (30.47% from 255) = 20.75%
R=47.44%
G=31.81%
B=20.75%

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
Decimal1761187700.330.560.3124.8539.1349.61
HexB0764D021381F192732
Octal2601661150417037314762
Binary101100001110110100110101000011110001111111001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0764D; }

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

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

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

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

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

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

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

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