#B06852

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

Shades of Sante Fe #B06852

Tints of Sante Fe #B06852

Color information

#B06852 (or 0xB06852) is unknown color: approx Sante Fe. HEX triplet: B0, 68 and 52. RGB value is (176,104,82). Sum of RGB (Red+Green+Blue) = 176+104+82=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B06852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06852 is #4F97AD. Grayscale: #7B7B7B. Windows color (decimal): -5216174 or 5400752. OLE color: 5400752.

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

Color convert

RGB17610482-
CMYK00.410.530.31
HSL14.04º37.3%50.59%-
HSV(B)14.04º53.41%69.02%-
XYZ24.3819.7410.51-
YUV123.02104.85165.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.62%
GREEN value IS 104 (41.02% from 255) = 28.73%
BLUE value IS 82 (32.42% from 255) = 22.65%
R=48.62%
G=28.73%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761048200.410.530.3114.0437.350.59
HexB06852029351Fe2533
Octal2601501220516537164563
Binary10110000110100010100100101001110101111111110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06852; }

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

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

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

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

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

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

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

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