#B07556

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

Shades of Sante Fe #B07556

Tints of Sante Fe #B07556

Color information

#B07556 (or 0xB07556) is unknown color: approx Sante Fe. HEX triplet: B0, 75 and 56. RGB value is (176,117,86). Sum of RGB (Red+Green+Blue) = 176+117+86=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B07556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07556 is #4F8AA9. Grayscale: #838383. Windows color (decimal): -5212842 or 5666224. OLE color: 5666224.

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

Color convert

RGB17611786-
CMYK00.340.510.31
HSL20.67º36.29%51.37%-
HSV(B)20.67º51.14%69.02%-
XYZ25.9522.6211.8-
YUV131.11102.55160.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 117 (46.09% from 255) = 30.87%
BLUE value IS 86 (33.98% from 255) = 22.69%
R=46.44%
G=30.87%
B=22.69%

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
Decimal1761178600.340.510.3120.6736.2951.37
HexB07556022331F152433
Octal2601651260426337254463
Binary101100001110101101011001000101100111111110101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07556; }

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

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

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

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

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

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

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

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