Html Css Color HEX #B86247 Flame Pea

📋 copy color: '#B86247'

red 184 ◦ green 98 ◦ blue 71

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

Shades of Flame Pea #B86247

Tints of Flame Pea #B86247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.11%

R = 52.12%
G = 27.76%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B86247 (or 0xB86247) is known color: Flame Pea. HEX triplet: B8, 62 and 47. RGB value is (184,98,71). Sum of RGB (Red+Green+Blue) = 184+98+71=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B86247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86247 is #479DB8. Grayscale: #787878. Windows color (decimal): -4693433 or 4678328. OLE color: 4678328.

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

Color convert

RGB 184 98 71 -
CMYK 0 0.47 0.61 0.28
HSL 14.34º 0.44% 0.5% -
HSV(B) 14.34º 0.61% 0.72% -
XYZ 25.27 19.38 8.37 -
YUV 120.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 184 98 71 0 0.47 0.61 0.28 14.34 0.44 0.5
Hex B8 62 47 0 2F 3D 1C E 2C 32
Octal 270 142 107 0 57 75 34 16 54 62
Binary 10111000 1100010 1000111 0 101111 111101 11100 1110 101100 110010

Color Harmonies of #B86247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86247

Black with #B86247

Text Example


Text Example

White with #B86247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86247; }

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

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

background-color css

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

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

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

border-color css

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

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

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