#B67656

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

Shades of Sante Fe #B67656

Tints of Sante Fe #B67656

Color information

#B67656 (or 0xB67656) is unknown color: approx Sante Fe. HEX triplet: B6, 76 and 56. RGB value is (182,118,86). Sum of RGB (Red+Green+Blue) = 182+118+86=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B67656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67656 is #4989A9. Grayscale: #858585. Windows color (decimal): -4819370 or 5666486. OLE color: 5666486.

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

Color convert

RGB18211886-
CMYK00.350.530.29
HSL20º39.67%52.55%-
HSV(B)20º52.75%71.37%-
XYZ27.4523.5711.91-
YUV133.49101.2162.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.15%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 86 (33.98% from 255) = 22.28%
R=47.15%
G=30.57%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821188600.350.530.292039.6752.55
HexB67656023351D142835
Octal2661661260436535245065
Binary101101101110110101011001000111101011110110100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67656; }

 p { color: rgb(182,118,86); }

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

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

 a { background-color: rgb(182,118,86); }

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

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

 span { border-color: rgb(182,118,86); }

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