#B16D5A

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

Shades of Sante Fe #B16D5A

Tints of Sante Fe #B16D5A

Color information

#B16D5A (or 0xB16D5A) is unknown color: approx Sante Fe. HEX triplet: B1, 6D and 5A. RGB value is (177,109,90). Sum of RGB (Red+Green+Blue) = 177+109+90=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16D5A is #4E92A5. Grayscale: #7F7F7F. Windows color (decimal): -5149350 or 5926321. OLE color: 5926321.

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

Color convert

RGB17710990-
CMYK00.380.490.31
HSL13.1º35.8%52.35%-
HSV(B)13.1º49.15%69.41%-
XYZ25.4521.0212.39-
YUV127.17107.03163.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 109 (42.97% from 255) = 28.99%
BLUE value IS 90 (35.55% from 255) = 23.94%
R=47.07%
G=28.99%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771099000.380.490.3113.135.852.35
HexB16D5A026311Fd2434
Octal2611551320466137154464
Binary10110001110110110110100100110110001111111101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D5A; }

 p { color: rgb(177,109,90); }

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

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

 a { background-color: rgb(177,109,90); }

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

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

 span { border-color: rgb(177,109,90); }

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