#B76C52

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

Shades of Sante Fe #B76C52

Tints of Sante Fe #B76C52

Color information

#B76C52 (or 0xB76C52) is unknown color: approx Sante Fe. HEX triplet: B7, 6C and 52. RGB value is (183,108,82). Sum of RGB (Red+Green+Blue) = 183+108+82=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C52 is #4893AD. Grayscale: #7F7F7F. Windows color (decimal): -4756398 or 5401783. OLE color: 5401783.

HSL color Cylindrical-coordinate representation of color #B76C52: hue angle of 15.45º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B76C52 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB18310882-
CMYK00.410.550.28
HSL15.45º41.22%51.96%-
HSV(B)15.45º55.19%71.76%-
XYZ26.4121.410.72-
YUV127.46102.35167.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 108 (42.58% from 255) = 28.95%
BLUE value IS 82 (32.42% from 255) = 21.98%
R=49.06%
G=28.95%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831088200.410.550.2815.4541.2251.96
HexB76C52029371Cf2934
Octal2671541220516734175164
Binary10110111110110010100100101001110111111001111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76C52; }

 p { color: rgb(183,108,82); }

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

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

 a { background-color: rgb(183,108,82); }

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

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

 span { border-color: rgb(183,108,82); }

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