#B87051

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

Shades of Sante Fe #B87051

Tints of Sante Fe #B87051

Color information

#B87051 (or 0xB87051) is unknown color: approx Sante Fe. HEX triplet: B8, 70 and 51. RGB value is (184,112,81). Sum of RGB (Red+Green+Blue) = 184+112+81=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B87051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87051 is #478FAE. Grayscale: #828282. Windows color (decimal): -4689839 or 5337272. OLE color: 5337272.

HSL color Cylindrical-coordinate representation of color #B87051: hue angle of 18.06º 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 #B87051 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB18411281-
CMYK00.390.560.28
HSL18.06º42.04%51.96%-
HSV(B)18.06º55.98%72.16%-
XYZ27.0522.3710.68-
YUV129.99100.35166.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 112 (44.14% from 255) = 29.71%
BLUE value IS 81 (32.03% from 255) = 21.49%
R=48.81%
G=29.71%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841128100.390.560.2818.0642.0451.96
HexB87051027381C122a34
Octal2701601210477034225264
Binary101110001110000101000101001111110001110010010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87051; }

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

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

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

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

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

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

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

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