#b67856

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

Shades of Sante Fe #B67856

Tints of Sante Fe #B67856

Color information

#B67856 (or 0xB67856) is unknown color: approx Sante Fe. HEX triplet: B6, 78 and 56. RGB value is (182,120,86). Sum of RGB (Red+Green+Blue) = 182+120+86=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B67856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67856 is #4987A9. Grayscale: #868686. Windows color (decimal): -4818858 or 5666998. OLE color: 5666998.

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

Color convert

RGB18212086-
CMYK00.340.530.29
HSL21.25º39.67%52.55%-
HSV(B)21.25º52.75%71.37%-
XYZ27.6924.0511.99-
YUV134.66100.54161.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.91%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 86 (33.98% from 255) = 22.16%
R=46.91%
G=30.93%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821208600.340.530.2921.2539.6752.55
HexB67856022351D152835
Octal2661701260426535255065
Binary101101101111000101011001000101101011110110101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b67856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b67856; }

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

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

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

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

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

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

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

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