Html Css Color HEX #B8563E Flame Pea

📋 copy color: '#B8563E'

red 184 ◦ green 86 ◦ blue 62

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

Shades of Flame Pea #B8563E

Tints of Flame Pea #B8563E

RGB

 RED value IS 184 (72.27% from 255) = 55.42%

 GREEN value IS 86 (33.98% from 255) = 25.9%

 BLUE value IS 62 (24.61% from 255) = 18.67%

R = 55.42%
G = 25.9%
B = 18.67%

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

#B8563E (or 0xB8563E) is known color: Flame Pea. HEX triplet: B8, 56 and 3E. RGB value is (184,86,62). Sum of RGB (Red+Green+Blue) = 184+86+62=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B8563E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8563E is #47A9C1. Grayscale: #707070. Windows color (decimal): -4696514 or 4085432. OLE color: 4085432.

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

Color convert

RGB 184 86 62 -
CMYK 0 0.53 0.66 0.28
HSL 11.8º 0.5% 0.48% -
HSV(B) 11.8º 0.66% 0.72% -
XYZ 23.96 17.19 6.61 -
YUV 112.57 99.47 178.95 -
System Red Green Blue C M Y K H S L
Decimal 184 86 62 0 0.53 0.66 0.28 11.8 0.5 0.48
Hex B8 56 3E 0 35 42 1C C 32 30
Octal 270 126 76 0 65 102 34 14 62 60
Binary 10111000 1010110 111110 0 110101 1000010 11100 1100 110010 110000

Color Harmonies of #B8563E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8563E

Black with #B8563E

Text Example


Text Example

White with #B8563E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8563E; }

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

 H1.HeaderClassName
 {
   color: #B8563E;
 }
 .AnyTagClassName
 {
   color: #B8563E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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