#B06B51

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

Shades of Sante Fe #B06B51

Tints of Sante Fe #B06B51

Color information

#B06B51 (or 0xB06B51) is unknown color: approx Sante Fe. HEX triplet: B0, 6B and 51. RGB value is (176,107,81). Sum of RGB (Red+Green+Blue) = 176+107+81=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B51 is #4F94AE. Grayscale: #7C7C7C. Windows color (decimal): -5215407 or 5335984. OLE color: 5335984.

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

Color convert

RGB17610781-
CMYK00.390.540.31
HSL16.42º37.55%50.39%-
HSV(B)16.42º53.98%69.02%-
XYZ24.6520.3410.41-
YUV124.67103.36164.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.35%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 81 (32.03% from 255) = 22.25%
R=48.35%
G=29.40%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761078100.390.540.3116.4237.5550.39
HexB06B51027361F102632
Octal2601531210476637204662
Binary101100001101011101000101001111101101111110000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B51; }

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

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

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

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

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

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

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

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