#B16754

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

Shades of Sante Fe #B16754

Tints of Sante Fe #B16754

Color information

#B16754 (or 0xB16754) is unknown color: approx Sante Fe. HEX triplet: B1, 67 and 54. RGB value is (177,103,84). Sum of RGB (Red+Green+Blue) = 177+103+84=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B16754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16754 is #4E98AB. Grayscale: #7B7B7B. Windows color (decimal): -5150892 or 5531569. OLE color: 5531569.

HSL color Cylindrical-coordinate representation of color #B16754: hue angle of 12.26º degrees, saturation: 0.37, 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 #B16754 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17710384-
CMYK00.420.530.31
HSL12.26º37.35%51.18%-
HSV(B)12.26º52.54%69.41%-
XYZ24.5819.6910.89-
YUV122.96106.02166.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.63%
GREEN value IS 103 (40.62% from 255) = 28.30%
BLUE value IS 84 (33.20% from 255) = 23.08%
R=48.63%
G=28.30%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771038400.420.530.3112.2637.3551.18
HexB1675402A351Fc2533
Octal2611471240526537144563
Binary10110001110011110101000101010110101111111100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16754; }

 p { color: rgb(177,103,84); }

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

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

 a { background-color: rgb(177,103,84); }

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

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

 span { border-color: rgb(177,103,84); }

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