#B16752

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

Shades of Sante Fe #B16752

Tints of Sante Fe #B16752

Color information

#B16752 (or 0xB16752) is unknown color: approx Sante Fe. HEX triplet: B1, 67 and 52. RGB value is (177,103,82). Sum of RGB (Red+Green+Blue) = 177+103+82=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B16752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16752 is #4E98AD. Grayscale: #7A7A7A. Windows color (decimal): -5150894 or 5400497. OLE color: 5400497.

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

Color convert

RGB17710382-
CMYK00.420.540.31
HSL13.26º37.85%50.78%-
HSV(B)13.26º53.67%69.41%-
XYZ24.519.6610.49-
YUV122.73105.02166.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.90%
GREEN value IS 103 (40.62% from 255) = 28.45%
BLUE value IS 82 (32.42% from 255) = 22.65%
R=48.90%
G=28.45%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771038200.420.540.3113.2637.8550.78
HexB1675202A361Fd2633
Octal2611471220526637154663
Binary10110001110011110100100101010110110111111101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16752; }

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

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

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

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

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

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

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

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