#B87250

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

Shades of Sante Fe #B87250

Tints of Sante Fe #B87250

Color information

#B87250 (or 0xB87250) is unknown color: approx Sante Fe. HEX triplet: B8, 72 and 50. RGB value is (184,114,80). Sum of RGB (Red+Green+Blue) = 184+114+80=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B87250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87250 is #478DAF. Grayscale: #838383. Windows color (decimal): -4689328 or 5272248. OLE color: 5272248.

HSL color Cylindrical-coordinate representation of color #B87250: hue angle of 19.62º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B87250 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB18411480-
CMYK00.380.570.28
HSL19.62º42.28%51.76%-
HSV(B)19.62º56.52%72.16%-
XYZ27.2322.810.56-
YUV131.0599.19165.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.68%
GREEN value IS 114 (44.92% from 255) = 30.16%
BLUE value IS 80 (31.64% from 255) = 21.16%
R=48.68%
G=30.16%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841148000.380.570.2819.6242.2851.76
HexB87250026391C142a34
Octal2701621200467134245264
Binary101110001110010101000001001101110011110010100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87250; }

 p { color: rgb(184,114,80); }

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

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

 a { background-color: rgb(184,114,80); }

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

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

 span { border-color: rgb(184,114,80); }

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