#B85845

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

Shades of Flame Pea #B85845

Tints of Flame Pea #B85845

Color information

#B85845 (or 0xB85845) is unknown color: approx Flame Pea. HEX triplet: B8, 58 and 45. RGB value is (184,88,69). Sum of RGB (Red+Green+Blue) = 184+88+69=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B85845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85845 is #47A7BA. Grayscale: #727272. Windows color (decimal): -4695995 or 4544696. OLE color: 4544696.

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

Color convert

RGB1848869-
CMYK00.520.620.28
HSL9.91º45.45%49.61%-
HSV(B)9.91º62.5%72.16%-
XYZ24.3317.67.74-
YUV114.54102.3177.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.96%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 69 (27.34% from 255) = 20.23%
R=53.96%
G=25.81%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184886900.520.620.289.9145.4549.61
HexB858450343E1Ca2d32
Octal2701301050647634125562
Binary10111000101100010001010110100111110111001010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85845; }

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

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

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

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

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

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

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

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