#B56652

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

Shades of Sante Fe #B56652

Tints of Sante Fe #B56652

Color information

#B56652 (or 0xB56652) is unknown color: approx Sante Fe. HEX triplet: B5, 66 and 52. RGB value is (181,102,82). Sum of RGB (Red+Green+Blue) = 181+102+82=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B56652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56652 is #4A99AD. Grayscale: #7B7B7B. Windows color (decimal): -4889006 or 5400245. OLE color: 5400245.

HSL color Cylindrical-coordinate representation of color #B56652: hue angle of 12.12º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B56652 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18110282-
CMYK00.440.550.29
HSL12.12º40.08%51.57%-
HSV(B)12.12º54.7%70.98%-
XYZ25.3319.9410.5-
YUV123.34104.67169.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=49.59%
G=27.95%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811028200.440.550.2912.1240.0851.57
HexB5665202C371Dc2834
Octal2651461220546735145064
Binary10110101110011010100100101100110111111011100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56652; }

 p { color: rgb(181,102,82); }

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

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

 a { background-color: rgb(181,102,82); }

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

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

 span { border-color: rgb(181,102,82); }

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