#B16B58

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

Shades of Sante Fe #B16B58

Tints of Sante Fe #B16B58

Color information

#B16B58 (or 0xB16B58) is unknown color: approx Sante Fe. HEX triplet: B1, 6B and 58. RGB value is (177,107,88). Sum of RGB (Red+Green+Blue) = 177+107+88=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16B58 is #4E94A7. Grayscale: #7D7D7D. Windows color (decimal): -5149864 or 5794737. OLE color: 5794737.

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

Color convert

RGB17710788-
CMYK00.400.500.31
HSL12.81º36.33%51.96%-
HSV(B)12.81º50.28%69.41%-
XYZ25.1520.5711.88-
YUV125.76106.69164.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.58%
GREEN value IS 107 (42.19% from 255) = 28.76%
BLUE value IS 88 (34.77% from 255) = 23.66%
R=47.58%
G=28.76%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771078800.400.500.3112.8136.3351.96
HexB16B58028321Fd2434
Octal2611531300506237154464
Binary10110001110101110110000101000110010111111101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16B58; }

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

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

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

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

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

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

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

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