#B85646

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

Shades of Flame Pea #B85646

Tints of Flame Pea #B85646

Color information

#B85646 (or 0xB85646) is unknown color: approx Flame Pea. HEX triplet: B8, 56 and 46. RGB value is (184,86,70). Sum of RGB (Red+Green+Blue) = 184+86+70=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B85646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85646 is #47A9B9. Grayscale: #717171. Windows color (decimal): -4696506 or 4609720. OLE color: 4609720.

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

Color convert

RGB1848670-
CMYK00.530.620.28
HSL8.42º44.88%49.8%-
HSV(B)8.42º61.96%72.16%-
XYZ24.217.297.86-
YUV113.48103.47178.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.12%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 70 (27.73% from 255) = 20.59%
R=54.12%
G=25.29%
B=20.59%

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
Decimal184867000.530.620.288.4244.8849.8
HexB856460353E1C82d32
Octal2701261060657634105562
Binary10111000101011010001100110101111110111001000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85646; }

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

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

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

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

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

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

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

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