#B76856

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

Shades of Sante Fe #B76856

Tints of Sante Fe #B76856

Color information

#B76856 (or 0xB76856) is unknown color: approx Sante Fe. HEX triplet: B7, 68 and 56. RGB value is (183,104,86). Sum of RGB (Red+Green+Blue) = 183+104+86=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B76856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76856 is #4897A9. Grayscale: #7D7D7D. Windows color (decimal): -4757418 or 5662903. OLE color: 5662903.

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

Color convert

RGB18310486-
CMYK00.430.530.28
HSL11.13º40.25%52.75%-
HSV(B)11.13º53.01%71.76%-
XYZ26.1620.6411.41-
YUV125.57105.67168.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=49.06%
G=27.88%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831048600.430.530.2811.1340.2552.75
HexB7685602B351Cb2835
Octal2671501260536534135065
Binary10110111110100010101100101011110101111001011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76856; }

 p { color: rgb(183,104,86); }

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

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

 a { background-color: rgb(183,104,86); }

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

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

 span { border-color: rgb(183,104,86); }

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