#B76A53

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

Shades of Sante Fe #B76A53

Tints of Sante Fe #B76A53

Color information

#B76A53 (or 0xB76A53) is unknown color: approx Sante Fe. HEX triplet: B7, 6A and 53. RGB value is (183,106,83). Sum of RGB (Red+Green+Blue) = 183+106+83=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A53 is #4895AC. Grayscale: #7E7E7E. Windows color (decimal): -4756909 or 5466807. OLE color: 5466807.

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

Color convert

RGB18310683-
CMYK00.420.550.28
HSL13.8º40.98%52.16%-
HSV(B)13.8º54.64%71.76%-
XYZ26.242110.85-
YUV126.4103.51168.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.19%
GREEN value IS 106 (41.80% from 255) = 28.49%
BLUE value IS 83 (32.81% from 255) = 22.31%
R=49.19%
G=28.49%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831068300.420.550.2813.840.9852.16
HexB76A5302A371Ce2934
Octal2671521230526734165164
Binary10110111110101010100110101010110111111001110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A53; }

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

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

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

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

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

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

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

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