#B76A50

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

Shades of Sante Fe #B76A50

Tints of Sante Fe #B76A50

Color information

#B76A50 (or 0xB76A50) is unknown color: approx Sante Fe. HEX triplet: B7, 6A and 50. RGB value is (183,106,80). Sum of RGB (Red+Green+Blue) = 183+106+80=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A50 is #4895AF. Grayscale: #7E7E7E. Windows color (decimal): -4756912 or 5270199. OLE color: 5270199.

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

Color convert

RGB18310680-
CMYK00.420.560.28
HSL15.15º41.7%51.57%-
HSV(B)15.15º56.28%71.76%-
XYZ26.1320.9510.26-
YUV126.06102.01168.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 106 (41.80% from 255) = 28.73%
BLUE value IS 80 (31.64% from 255) = 21.68%
R=49.59%
G=28.73%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831068000.420.560.2815.1541.751.57
HexB76A5002A381Cf2a34
Octal2671521200527034175264
Binary10110111110101010100000101010111000111001111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A50; }

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

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

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

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

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

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

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

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