#B16B50

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

Shades of Sante Fe #B16B50

Tints of Sante Fe #B16B50

Color information

#B16B50 (or 0xB16B50) is unknown color: approx Sante Fe. HEX triplet: B1, 6B and 50. RGB value is (177,107,80). Sum of RGB (Red+Green+Blue) = 177+107+80=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16B50 is #4E94AF. Grayscale: #7D7D7D. Windows color (decimal): -5149872 or 5270449. OLE color: 5270449.

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

Color convert

RGB17710780-
CMYK00.400.550.31
HSL16.7º38.34%50.39%-
HSV(B)16.7º54.8%69.41%-
XYZ24.8420.4410.23-
YUV124.85102.69165.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.63%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 80 (31.64% from 255) = 21.98%
R=48.63%
G=29.40%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771078000.400.550.3116.738.3450.39
HexB16B50028371F112632
Octal2611531200506737214662
Binary101100011101011101000001010001101111111110001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16B50; }

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

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

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

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

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

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

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

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