#B76A59

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

Shades of Sante Fe #B76A59

Tints of Sante Fe #B76A59

Color information

#B76A59 (or 0xB76A59) is unknown color: approx Sante Fe. HEX triplet: B7, 6A and 59. RGB value is (183,106,89). Sum of RGB (Red+Green+Blue) = 183+106+89=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A59 is #4895A6. Grayscale: #7F7F7F. Windows color (decimal): -4756903 or 5860023. OLE color: 5860023.

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

Color convert

RGB18310689-
CMYK00.420.510.28
HSL10.85º39.5%53.33%-
HSV(B)10.85º51.37%71.76%-
XYZ26.4921.112.13-
YUV127.08106.51167.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.41%
GREEN value IS 106 (41.80% from 255) = 28.04%
BLUE value IS 89 (35.16% from 255) = 23.54%
R=48.41%
G=28.04%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831068900.420.510.2810.8539.553.33
HexB76A5902A331Cb2735
Octal2671521310526334134765
Binary10110111110101010110010101010110011111001011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A59; }

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

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

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

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

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

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

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

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