#B06251

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

Shades of Sante Fe #B06251

Tints of Sante Fe #B06251

Color information

#B06251 (or 0xB06251) is unknown color: approx Sante Fe. HEX triplet: B0, 62 and 51. RGB value is (176,98,81). Sum of RGB (Red+Green+Blue) = 176+98+81=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B06251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06251 is #4F9DAE. Grayscale: #777777. Windows color (decimal): -5217711 or 5333680. OLE color: 5333680.

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

Color convert

RGB1769881-
CMYK00.440.540.31
HSL10.74º37.55%50.39%-
HSV(B)10.74º53.98%69.02%-
XYZ23.7618.5610.11-
YUV119.38106.34168.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.58%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 81 (32.03% from 255) = 22.82%
R=49.58%
G=27.61%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176988100.440.540.3110.7437.5550.39
HexB0625102C361Fb2632
Octal2601421210546637134662
Binary10110000110001010100010101100110110111111011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06251; }

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

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

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

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

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

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

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

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