#B97856

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

Shades of Sante Fe #B97856

Tints of Sante Fe #B97856

Color information

#B97856 (or 0xB97856) is unknown color: approx Sante Fe. HEX triplet: B9, 78 and 56. RGB value is (185,120,86). Sum of RGB (Red+Green+Blue) = 185+120+86=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B97856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97856 is #4687A9. Grayscale: #878787. Windows color (decimal): -4622250 or 5667001. OLE color: 5667001.

HSL color Cylindrical-coordinate representation of color #B97856: hue angle of 20.61º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B97856 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18512086-
CMYK00.350.540.27
HSL20.61º41.42%53.14%-
HSV(B)20.61º53.51%72.55%-
XYZ28.424.4212.02-
YUV135.56100.03163.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 86 (33.98% from 255) = 21.99%
R=47.31%
G=30.69%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851208600.350.540.2720.6141.4253.14
HexB97856023361B152935
Octal2711701260436633255165
Binary101110011111000101011001000111101101101110101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97856; }

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

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

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

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

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

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

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

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