#B06C54

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

Shades of Sante Fe #B06C54

Tints of Sante Fe #B06C54

Color information

#B06C54 (or 0xB06C54) is unknown color: approx Sante Fe. HEX triplet: B0, 6C and 54. RGB value is (176,108,84). Sum of RGB (Red+Green+Blue) = 176+108+84=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06C54 is #4F93AB. Grayscale: #7D7D7D. Windows color (decimal): -5215148 or 5532848. OLE color: 5532848.

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

Color convert

RGB17610884-
CMYK00.390.520.31
HSL15.65º36.8%50.98%-
HSV(B)15.65º52.27%69.02%-
XYZ24.8720.611.05-
YUV125.6104.53163.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 108 (42.58% from 255) = 29.35%
BLUE value IS 84 (33.20% from 255) = 22.83%
R=47.83%
G=29.35%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761088400.390.520.3115.6536.850.98
HexB06C54027341F102533
Octal2601541240476437204563
Binary101100001101100101010001001111101001111110000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C54; }

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

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

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

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

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

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

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

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