#B8563F

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

Shades of Flame Pea #B8563F

Tints of Flame Pea #B8563F

Color information

#B8563F (or 0xB8563F) is unknown color: approx Flame Pea. HEX triplet: B8, 56 and 3F. RGB value is (184,86,63). Sum of RGB (Red+Green+Blue) = 184+86+63=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B8563F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8563F is #47A9C0. Grayscale: #707070. Windows color (decimal): -4696513 or 4150968. OLE color: 4150968.

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

Color convert

RGB1848663-
CMYK00.530.660.28
HSL11.4º48.99%48.43%-
HSV(B)11.4º65.76%72.16%-
XYZ23.9917.26.76-
YUV112.6899.97178.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.26%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 63 (25% from 255) = 18.92%
R=55.26%
G=25.83%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184866300.530.660.2811.448.9948.43
HexB8563F035421Cb3130
Octal2701267706510234136160
Binary10111000101011011111101101011000010111001011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8563F; }

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

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

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

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

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

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

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

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