#b85f47

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

Shades of Flame Pea #B85F47

Tints of Flame Pea #B85F47

Color information

#B85F47 (or 0xB85F47) is unknown color: approx Flame Pea. HEX triplet: B8, 5F and 47. RGB value is (184,95,71). Sum of RGB (Red+Green+Blue) = 184+95+71=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85F47 is #47A0B8. Grayscale: #777777. Windows color (decimal): -4694201 or 4677560. OLE color: 4677560.

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

Color convert

RGB1849571-
CMYK00.480.610.28
HSL12.74º44.31%50%-
HSV(B)12.74º61.41%72.16%-
XYZ2518.838.28-
YUV118.87100.99174.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.57%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 71 (28.12% from 255) = 20.29%
R=52.57%
G=27.14%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184957100.480.610.2812.7444.3150
HexB85F470303D1Cd2c32
Octal2701371070607534155462
Binary10111000101111110001110110000111101111001101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b85f47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b85f47; }

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

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

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

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

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

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

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

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