#B07456

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

Shades of Sante Fe #B07456

Tints of Sante Fe #B07456

Color information

#B07456 (or 0xB07456) is unknown color: approx Sante Fe. HEX triplet: B0, 74 and 56. RGB value is (176,116,86). Sum of RGB (Red+Green+Blue) = 176+116+86=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B07456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07456 is #4F8BA9. Grayscale: #828282. Windows color (decimal): -5213098 or 5665968. OLE color: 5665968.

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

Color convert

RGB17611686-
CMYK00.340.510.31
HSL20º36.29%51.37%-
HSV(B)20º51.14%69.02%-
XYZ25.8322.3911.76-
YUV130.52102.88160.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 116 (45.70% from 255) = 30.69%
BLUE value IS 86 (33.98% from 255) = 22.75%
R=46.56%
G=30.69%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761168600.340.510.312036.2951.37
HexB07456022331F142433
Octal2601641260426337244463
Binary101100001110100101011001000101100111111110100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07456; }

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

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

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

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

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

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

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

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