#B76E4C

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

Shades of Sante Fe #B76E4C

Tints of Sante Fe #B76E4C

Color information

#B76E4C (or 0xB76E4C) is unknown color: approx Sante Fe. HEX triplet: B7, 6E and 4C. RGB value is (183,110,76). Sum of RGB (Red+Green+Blue) = 183+110+76=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76E4C is #4891B3. Grayscale: #808080. Windows color (decimal): -4755892 or 5009079. OLE color: 5009079.

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

Color convert

RGB18311076-
CMYK00.400.580.28
HSL19.07º42.63%50.78%-
HSV(B)19.07º58.47%71.76%-
XYZ26.4121.749.64-
YUV127.9598.68167.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 110 (43.36% from 255) = 29.81%
BLUE value IS 76 (30.08% from 255) = 20.60%
R=49.59%
G=29.81%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831107600.400.580.2819.0742.6350.78
HexB76E4C0283A1C132b33
Octal2671561140507234235363
Binary101101111101110100110001010001110101110010011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E4C; }

 p { color: rgb(183,110,76); }

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

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

 a { background-color: rgb(183,110,76); }

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

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

 span { border-color: rgb(183,110,76); }

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