#B76D50

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

Shades of Sante Fe #B76D50

Tints of Sante Fe #B76D50

Color information

#B76D50 (or 0xB76D50) is unknown color: approx Sante Fe. HEX triplet: B7, 6D and 50. RGB value is (183,109,80). Sum of RGB (Red+Green+Blue) = 183+109+80=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76D50 is #4892AF. Grayscale: #808080. Windows color (decimal): -4756144 or 5270967. OLE color: 5270967.

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

Color convert

RGB18310980-
CMYK00.400.560.28
HSL16.89º41.7%51.57%-
HSV(B)16.89º56.28%71.76%-
XYZ26.4521.5810.36-
YUV127.82101.02167.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.19%
GREEN value IS 109 (42.97% from 255) = 29.30%
BLUE value IS 80 (31.64% from 255) = 21.51%
R=49.19%
G=29.30%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831098000.400.560.2816.8941.751.57
HexB76D50028381C112a34
Octal2671551200507034215264
Binary101101111101101101000001010001110001110010001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76D50; }

 p { color: rgb(183,109,80); }

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

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

 a { background-color: rgb(183,109,80); }

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

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

 span { border-color: rgb(183,109,80); }

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