Html Css Color HEX #B86249 Flame Pea

📋 copy color: '#B86249'

red 184 ◦ green 98 ◦ blue 73

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

Shades of Flame Pea #B86249

Tints of Flame Pea #B86249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.61%

 BLUE value IS 73 (28.91% from 255) = 20.56%

R = 51.83%
G = 27.61%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B86249 (or 0xB86249) is known color: Flame Pea. HEX triplet: B8, 62 and 49. RGB value is (184,98,73). Sum of RGB (Red+Green+Blue) = 184+98+73=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B86249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86249 is #479DB6. Grayscale: #797979. Windows color (decimal): -4693431 or 4809400. OLE color: 4809400.

HSL color Cylindrical-coordinate representation of color #B86249: hue angle of 13.51º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B86249 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 98 73 -
CMYK 0 0.47 0.60 0.28
HSL 13.51º 0.44% 0.5% -
HSV(B) 13.51º 0.6% 0.72% -
XYZ 25.34 19.41 8.71 -
YUV 120.86 100.99 173.03 -
System Red Green Blue C M Y K H S L
Decimal 184 98 73 0 0.47 0.60 0.28 13.51 0.44 0.5
Hex B8 62 49 0 2F 3C 1C E 2C 32
Octal 270 142 111 0 57 74 34 16 54 62
Binary 10111000 1100010 1001001 0 101111 111100 11100 1110 101100 110010

Color Harmonies of #B86249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86249

Black with #B86249

Text Example


Text Example

White with #B86249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86249; }

 p { color: rgb(184,98,73); }

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

background-color css

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

 a { background-color: rgb(184,98,73); }

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

border-color css

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

 span { border-color: rgb(184,98,73); }

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