#B16B53

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

Shades of Sante Fe #B16B53

Tints of Sante Fe #B16B53

Color information

#B16B53 (or 0xB16B53) is unknown color: approx Sante Fe. HEX triplet: B1, 6B and 53. RGB value is (177,107,83). Sum of RGB (Red+Green+Blue) = 177+107+83=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16B53 is #4E94AC. Grayscale: #7D7D7D. Windows color (decimal): -5149869 or 5467057. OLE color: 5467057.

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

Color convert

RGB17710783-
CMYK00.400.530.31
HSL15.32º37.6%50.98%-
HSV(B)15.32º53.11%69.41%-
XYZ24.9520.4910.82-
YUV125.19104.19164.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 107 (42.19% from 255) = 29.16%
BLUE value IS 83 (32.81% from 255) = 22.62%
R=48.23%
G=29.16%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771078300.400.530.3115.3237.650.98
HexB16B53028351Ff2633
Octal2611531230506537174663
Binary10110001110101110100110101000110101111111111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16B53; }

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

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

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

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

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

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

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

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