Html Css Color HEX #B86047 Flame Pea

📋 copy color: '#B86047'

red 184 ◦ green 96 ◦ blue 71

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

Shades of Flame Pea #B86047

Tints of Flame Pea #B86047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.35%

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

R = 52.42%
G = 27.35%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B86047 (or 0xB86047) is known color: Flame Pea. HEX triplet: B8, 60 and 47. RGB value is (184,96,71). Sum of RGB (Red+Green+Blue) = 184+96+71=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B86047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86047 is #479FB8. Grayscale: #777777. Windows color (decimal): -4693945 or 4677816. OLE color: 4677816.

HSL color Cylindrical-coordinate representation of color #B86047: hue angle of 13.27º 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 #B86047 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 96 71 -
CMYK 0 0.48 0.61 0.28
HSL 13.27º 0.44% 0.5% -
HSV(B) 13.27º 0.61% 0.72% -
XYZ 25.09 19.01 8.31 -
YUV 119.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 184 96 71 0 0.48 0.61 0.28 13.27 0.44 0.5
Hex B8 60 47 0 30 3D 1C D 2C 32
Octal 270 140 107 0 60 75 34 15 54 62
Binary 10111000 1100000 1000111 0 110000 111101 11100 1101 101100 110010

Color Harmonies of #B86047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86047

Black with #B86047

Text Example


Text Example

White with #B86047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86047; }

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

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

background-color css

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

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

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

border-color css

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

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

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