#B16B4A

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

Shades of Sante Fe #B16B4A

Tints of Sante Fe #B16B4A

Color information

#B16B4A (or 0xB16B4A) is unknown color: approx Sante Fe. HEX triplet: B1, 6B and 4A. RGB value is (177,107,74). Sum of RGB (Red+Green+Blue) = 177+107+74=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16B4A is #4E94B5. Grayscale: #7C7C7C. Windows color (decimal): -5149878 or 4877233. OLE color: 4877233.

HSL color Cylindrical-coordinate representation of color #B16B4A: hue angle of 19.22º degrees, saturation: 0.41, 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 #B16B4A is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17710774-
CMYK00.400.580.31
HSL19.22º41.04%49.22%-
HSV(B)19.22º58.19%69.41%-
XYZ24.6320.369.11-
YUV124.1799.69165.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.44%
GREEN value IS 107 (42.19% from 255) = 29.89%
BLUE value IS 74 (29.30% from 255) = 20.67%
R=49.44%
G=29.89%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771077400.400.580.3119.2241.0449.22
HexB16B4A0283A1F132931
Octal2611531120507237235161
Binary101100011101011100101001010001110101111110011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16B4A; }

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

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

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

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

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

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

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

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