#B06A56

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

Shades of Sante Fe #B06A56

Tints of Sante Fe #B06A56

Color information

#B06A56 (or 0xB06A56) is unknown color: approx Sante Fe. HEX triplet: B0, 6A and 56. RGB value is (176,106,86). Sum of RGB (Red+Green+Blue) = 176+106+86=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06A56 is #4F95A9. Grayscale: #7C7C7C. Windows color (decimal): -5215658 or 5663408. OLE color: 5663408.

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

Color convert

RGB17610686-
CMYK00.400.510.31
HSL13.33º36.29%51.37%-
HSV(B)13.33º51.14%69.02%-
XYZ24.7420.2111.4-
YUV124.65106.19164.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 106 (41.80% from 255) = 28.80%
BLUE value IS 86 (33.98% from 255) = 23.37%
R=47.83%
G=28.80%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761068600.400.510.3113.3336.2951.37
HexB06A56028331Fd2433
Octal2601521260506337154463
Binary10110000110101010101100101000110011111111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06A56; }

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

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

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

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

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

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

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

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