#B06A54

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

Shades of Sante Fe #B06A54

Tints of Sante Fe #B06A54

Color information

#B06A54 (or 0xB06A54) is unknown color: approx Sante Fe. HEX triplet: B0, 6A and 54. RGB value is (176,106,84). Sum of RGB (Red+Green+Blue) = 176+106+84=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06A54 is #4F95AB. Grayscale: #7C7C7C. Windows color (decimal): -5215660 or 5532336. OLE color: 5532336.

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

Color convert

RGB17610684-
CMYK00.400.520.31
HSL14.35º36.8%50.98%-
HSV(B)14.35º52.27%69.02%-
XYZ24.6620.1810.98-
YUV124.42105.19164.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.09%
GREEN value IS 106 (41.80% from 255) = 28.96%
BLUE value IS 84 (33.20% from 255) = 22.95%
R=48.09%
G=28.96%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761068400.400.520.3114.3536.850.98
HexB06A54028341Fe2533
Octal2601521240506437164563
Binary10110000110101010101000101000110100111111110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06A54; }

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

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

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

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

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

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

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

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