#B76A58

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

Shades of Sante Fe #B76A58

Tints of Sante Fe #B76A58

Color information

#B76A58 (or 0xB76A58) is unknown color: approx Sante Fe. HEX triplet: B7, 6A and 58. RGB value is (183,106,88). Sum of RGB (Red+Green+Blue) = 183+106+88=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A58 is #4895A7. Grayscale: #7F7F7F. Windows color (decimal): -4756904 or 5794487. OLE color: 5794487.

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

Color convert

RGB18310688-
CMYK00.420.520.28
HSL11.37º39.75%53.14%-
HSV(B)11.37º51.91%71.76%-
XYZ26.4421.0811.91-
YUV126.97106.01167.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.54%
GREEN value IS 106 (41.80% from 255) = 28.12%
BLUE value IS 88 (34.77% from 255) = 23.34%
R=48.54%
G=28.12%
B=23.34%

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
Decimal1831068800.420.520.2811.3739.7553.14
HexB76A5802A341Cb2835
Octal2671521300526434135065
Binary10110111110101010110000101010110100111001011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A58; }

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

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

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

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

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

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

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

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