#B76852

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

Shades of Sante Fe #B76852

Tints of Sante Fe #B76852

Color information

#B76852 (or 0xB76852) is unknown color: approx Sante Fe. HEX triplet: B7, 68 and 52. RGB value is (183,104,82). Sum of RGB (Red+Green+Blue) = 183+104+82=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B76852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76852 is #4897AD. Grayscale: #7D7D7D. Windows color (decimal): -4757422 or 5400759. OLE color: 5400759.

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

Color convert

RGB18310482-
CMYK00.430.550.28
HSL13.07º41.22%51.96%-
HSV(B)13.07º55.19%71.76%-
XYZ2620.5810.58-
YUV125.11103.67169.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 82 (32.42% from 255) = 22.22%
R=49.59%
G=28.18%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831048200.430.550.2813.0741.2251.96
HexB7685202B371Cd2934
Octal2671501220536734155164
Binary10110111110100010100100101011110111111001101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76852; }

 p { color: rgb(183,104,82); }

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

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

 a { background-color: rgb(183,104,82); }

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

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

 span { border-color: rgb(183,104,82); }

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