#B85645

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

Shades of Flame Pea #B85645

Tints of Flame Pea #B85645

Color information

#B85645 (or 0xB85645) is unknown color: approx Flame Pea. HEX triplet: B8, 56 and 45. RGB value is (184,86,69). Sum of RGB (Red+Green+Blue) = 184+86+69=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B85645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85645 is #47A9BA. Grayscale: #717171. Windows color (decimal): -4696507 or 4544184. OLE color: 4544184.

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

Color convert

RGB1848669-
CMYK00.530.620.28
HSL8.87º45.45%49.61%-
HSV(B)8.87º62.5%72.16%-
XYZ24.1717.287.69-
YUV113.36102.97178.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.28%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 69 (27.34% from 255) = 20.35%
R=54.28%
G=25.37%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184866900.530.620.288.8745.4549.61
HexB856450353E1C92d32
Octal2701261050657634115562
Binary10111000101011010001010110101111110111001001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85645; }

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

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

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

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

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

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

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

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