#B87451

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

Shades of Sante Fe #B87451

Tints of Sante Fe #B87451

Color information

#B87451 (or 0xB87451) is unknown color: approx Sante Fe. HEX triplet: B8, 74 and 51. RGB value is (184,116,81). Sum of RGB (Red+Green+Blue) = 184+116+81=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B87451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87451 is #478BAE. Grayscale: #848484. Windows color (decimal): -4688815 or 5338296. OLE color: 5338296.

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

Color convert

RGB18411681-
CMYK00.370.560.28
HSL20.39º42.04%51.96%-
HSV(B)20.39º55.98%72.16%-
XYZ27.523.2810.83-
YUV132.3499.03164.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.29%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 81 (32.03% from 255) = 21.26%
R=48.29%
G=30.45%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841168100.370.560.2820.3942.0451.96
HexB87451025381C142a34
Octal2701641210457034245264
Binary101110001110100101000101001011110001110010100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87451; }

 p { color: rgb(184,116,81); }

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

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

 a { background-color: rgb(184,116,81); }

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

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

 span { border-color: rgb(184,116,81); }

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