#B67756

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

Shades of Sante Fe #B67756

Tints of Sante Fe #B67756

Color information

#B67756 (or 0xB67756) is unknown color: approx Sante Fe. HEX triplet: B6, 77 and 56. RGB value is (182,119,86). Sum of RGB (Red+Green+Blue) = 182+119+86=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B67756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67756 is #4988A9. Grayscale: #868686. Windows color (decimal): -4819114 or 5666742. OLE color: 5666742.

HSL color Cylindrical-coordinate representation of color #B67756: hue angle of 20.62º 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 #B67756 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB18211986-
CMYK00.350.530.29
HSL20.62º39.67%52.55%-
HSV(B)20.62º52.75%71.37%-
XYZ27.5723.8111.95-
YUV134.07100.87162.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.03%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 86 (33.98% from 255) = 22.22%
R=47.03%
G=30.75%
B=22.22%

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
Decimal1821198600.350.530.2920.6239.6752.55
HexB67756023351D152835
Octal2661671260436535255065
Binary101101101110111101011001000111101011110110101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67756; }

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

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

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

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

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

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

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

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