#B85F46

Color #B85F46 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #B85F46

Tints of Flame Pea #B85F46

Color information

#B85F46 (or 0xB85F46) is unknown color: approx Flame Pea. HEX triplet: B8, 5F and 46. RGB value is (184,95,70). Sum of RGB (Red+Green+Blue) = 184+95+70=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85F46 is #47A0B9. Grayscale: #767676. Windows color (decimal): -4694202 or 4612024. OLE color: 4612024.

HSL color Cylindrical-coordinate representation of color #B85F46: hue angle of 13.16º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B85F46 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB1849570-
CMYK00.480.620.28
HSL13.16º44.88%49.8%-
HSV(B)13.16º61.96%72.16%-
XYZ24.9618.828.11-
YUV118.76100.49174.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.72%
GREEN value IS 95 (37.5% from 255) = 27.22%
BLUE value IS 70 (27.73% from 255) = 20.06%
R=52.72%
G=27.22%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184957000.480.620.2813.1644.8849.8
HexB85F460303E1Cd2d32
Octal2701371060607634155562
Binary10111000101111110001100110000111110111001101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85F46; }

 p { color: rgb(184,95,70); }

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

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

 a { background-color: rgb(184,95,70); }

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

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

 span { border-color: rgb(184,95,70); }

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