#B16B55

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

Shades of Sante Fe #B16B55

Tints of Sante Fe #B16B55

Color information

#B16B55 (or 0xB16B55) is unknown color: approx Sante Fe. HEX triplet: B1, 6B and 55. RGB value is (177,107,85). Sum of RGB (Red+Green+Blue) = 177+107+85=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16B55 is #4E94AA. Grayscale: #7D7D7D. Windows color (decimal): -5149867 or 5598129. OLE color: 5598129.

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

Color convert

RGB17710785-
CMYK00.400.520.31
HSL14.35º37.1%51.37%-
HSV(B)14.35º51.98%69.41%-
XYZ25.0320.5211.24-
YUV125.42105.19164.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 85 (33.59% from 255) = 23.04%
R=47.97%
G=29.00%
B=23.04%

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
Decimal1771078500.400.520.3114.3537.151.37
HexB16B55028341Fe2533
Octal2611531250506437164563
Binary10110001110101110101010101000110100111111110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16B55; }

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

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

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

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

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

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

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

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