#B06B52

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

Shades of Sante Fe #B06B52

Tints of Sante Fe #B06B52

Color information

#B06B52 (or 0xB06B52) is unknown color: approx Sante Fe. HEX triplet: B0, 6B and 52. RGB value is (176,107,82). Sum of RGB (Red+Green+Blue) = 176+107+82=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B52 is #4F94AD. Grayscale: #7C7C7C. Windows color (decimal): -5215406 or 5401520. OLE color: 5401520.

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

Color convert

RGB17610782-
CMYK00.390.530.31
HSL15.96º37.3%50.59%-
HSV(B)15.96º53.41%69.02%-
XYZ24.6920.3510.61-
YUV124.78103.86164.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.22%
GREEN value IS 107 (42.19% from 255) = 29.32%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=48.22%
G=29.32%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761078200.390.530.3115.9637.350.59
HexB06B52027351F102533
Octal2601531220476537204563
Binary101100001101011101001001001111101011111110000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B52; }

 p { color: rgb(176,107,82); }

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

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

 a { background-color: rgb(176,107,82); }

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

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

 span { border-color: rgb(176,107,82); }

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