#B87258

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

Shades of Sante Fe #B87258

Tints of Sante Fe #B87258

Color information

#B87258 (or 0xB87258) is unknown color: approx Sante Fe. HEX triplet: B8, 72 and 58. RGB value is (184,114,88). Sum of RGB (Red+Green+Blue) = 184+114+88=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B87258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87258 is #478DA7. Grayscale: #848484. Windows color (decimal): -4689320 or 5796536. OLE color: 5796536.

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

Color convert

RGB18411488-
CMYK00.380.520.28
HSL16.25º40.34%53.33%-
HSV(B)16.25º52.17%72.16%-
XYZ27.5522.9312.21-
YUV131.97103.19165.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 88 (34.77% from 255) = 22.80%
R=47.67%
G=29.53%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841148800.380.520.2816.2540.3453.33
HexB87258026341C102835
Octal2701621300466434205065
Binary101110001110010101100001001101101001110010000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87258; }

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

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

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

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

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

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

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

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