#B76956

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

Shades of Sante Fe #B76956

Tints of Sante Fe #B76956

Color information

#B76956 (or 0xB76956) is unknown color: approx Sante Fe. HEX triplet: B7, 69 and 56. RGB value is (183,105,86). Sum of RGB (Red+Green+Blue) = 183+105+86=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B76956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76956 is #4896A9. Grayscale: #7E7E7E. Windows color (decimal): -4757162 or 5663159. OLE color: 5663159.

HSL color Cylindrical-coordinate representation of color #B76956: hue angle of 11.75º 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 #B76956 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB18310586-
CMYK00.430.530.28
HSL11.75º40.25%52.75%-
HSV(B)11.75º53.01%71.76%-
XYZ26.2620.8411.44-
YUV126.16105.34168.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.93%
GREEN value IS 105 (41.41% from 255) = 28.07%
BLUE value IS 86 (33.98% from 255) = 22.99%
R=48.93%
G=28.07%
B=22.99%

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
Decimal1831058600.430.530.2811.7540.2552.75
HexB7695602B351Cc2835
Octal2671511260536534145065
Binary10110111110100110101100101011110101111001100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76956; }

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

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

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

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

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

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

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

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