#B06B55

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

Shades of Sante Fe #B06B55

Tints of Sante Fe #B06B55

Color information

#B06B55 (or 0xB06B55) is unknown color: approx Sante Fe. HEX triplet: B0, 6B and 55. RGB value is (176,107,85). Sum of RGB (Red+Green+Blue) = 176+107+85=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B55 is #4F94AA. Grayscale: #7D7D7D. Windows color (decimal): -5215403 or 5598128. OLE color: 5598128.

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

Color convert

RGB17610785-
CMYK00.390.520.31
HSL14.51º36.55%51.18%-
HSV(B)14.51º51.7%69.02%-
XYZ24.820.411.22-
YUV125.12105.36164.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 107 (42.19% from 255) = 29.08%
BLUE value IS 85 (33.59% from 255) = 23.10%
R=47.83%
G=29.08%
B=23.10%

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
Decimal1761078500.390.520.3114.5136.5551.18
HexB06B55027341Ff2533
Octal2601531250476437174563
Binary10110000110101110101010100111110100111111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B55; }

 p { color: rgb(176,107,85); }

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

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

 a { background-color: rgb(176,107,85); }

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

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

 span { border-color: rgb(176,107,85); }

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