#B16D4B

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

Shades of Sante Fe #B16D4B

Tints of Sante Fe #B16D4B

Color information

#B16D4B (or 0xB16D4B) is unknown color: approx Sante Fe. HEX triplet: B1, 6D and 4B. RGB value is (177,109,75). Sum of RGB (Red+Green+Blue) = 177+109+75=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16D4B is #4E92B4. Grayscale: #7D7D7D. Windows color (decimal): -5149365 or 4943281. OLE color: 4943281.

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

Color convert

RGB17710975-
CMYK00.380.580.31
HSL20º40.48%49.41%-
HSV(B)20º57.63%69.41%-
XYZ24.8720.799.36-
YUV125.4699.53164.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 109 (42.97% from 255) = 30.19%
BLUE value IS 75 (29.69% from 255) = 20.78%
R=49.03%
G=30.19%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771097500.380.580.312040.4849.41
HexB16D4B0263A1F142831
Octal2611551130467237245061
Binary101100011101101100101101001101110101111110100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D4B; }

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

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

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

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

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

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

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

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