Html Css Color HEX #B8563F Flame Pea

📋 copy color: '#B8563F'

red 184 ◦ green 86 ◦ blue 63

#B8563F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Pea #B8563F

Tints of Flame Pea #B8563F

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 value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8563F (or 0xB8563F) is known color: 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

RGB 184 86 63 -
CMYK 0 0.53 0.66 0.28
HSL 11.4º 0.49% 0.48% -
HSV(B) 11.4º 0.66% 0.72% -
XYZ 23.99 17.2 6.76 -
YUV 112.68 99.97 178.87 -
System Red Green Blue C M Y K H S L
Decimal 184 86 63 0 0.53 0.66 0.28 11.4 0.49 0.48
Hex B8 56 3F 0 35 42 1C B 31 30
Octal 270 126 77 0 65 102 34 13 61 60
Binary 10111000 1010110 111111 0 110101 1000010 11100 1011 110001 110000

Color Harmonies of #B8563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8563F

Black with #B8563F

Text Example


Text Example

White with #B8563F

Text Example


Text Example

HTML Codes & Css Web 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>