#b86053

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

Shades of Flame Pea #B86053

Tints of Flame Pea #B86053

Color information

#B86053 (or 0xB86053) is unknown color: approx Flame Pea. HEX triplet: B8, 60 and 53. RGB value is (184,96,83). Sum of RGB (Red+Green+Blue) = 184+96+83=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B86053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86053 is #479FAC. Grayscale: #787878. Windows color (decimal): -4693933 or 5464248. OLE color: 5464248.

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

Color convert

RGB1849683-
CMYK00.480.550.28
HSL7.72º41.56%52.35%-
HSV(B)7.72º54.89%72.16%-
XYZ25.5119.1810.54-
YUV120.83106.65173.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.69%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 83 (32.81% from 255) = 22.87%
R=50.69%
G=26.45%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184968300.480.550.287.7241.5652.35
HexB86053030371C82a34
Octal2701401230606734105264
Binary10111000110000010100110110000110111111001000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b86053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b86053; }

 p { color: rgb(184,96,83); }

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

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

 a { background-color: rgb(184,96,83); }

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

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

 span { border-color: rgb(184,96,83); }

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