#B76A57

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

Shades of Sante Fe #B76A57

Tints of Sante Fe #B76A57

Color information

#B76A57 (or 0xB76A57) is unknown color: approx Sante Fe. HEX triplet: B7, 6A and 57. RGB value is (183,106,87). Sum of RGB (Red+Green+Blue) = 183+106+87=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A57 is #4895A8. Grayscale: #7F7F7F. Windows color (decimal): -4756905 or 5728951. OLE color: 5728951.

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

Color convert

RGB18310687-
CMYK00.420.520.28
HSL11.88º40%52.94%-
HSV(B)11.88º52.46%71.76%-
XYZ26.421.0611.69-
YUV126.86105.51168.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.67%
GREEN value IS 106 (41.80% from 255) = 28.19%
BLUE value IS 87 (34.38% from 255) = 23.14%
R=48.67%
G=28.19%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831068700.420.520.2811.884052.94
HexB76A5702A341Cc2835
Octal2671521270526434145065
Binary10110111110101010101110101010110100111001100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A57; }

 p { color: rgb(183,106,87); }

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

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

 a { background-color: rgb(183,106,87); }

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

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

 span { border-color: rgb(183,106,87); }

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