Html Css Color HEX #B86449 Flame Pea

📋 copy color: '#B86449'

red 184 ◦ green 100 ◦ blue 73

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

Shades of Flame Pea #B86449

Tints of Flame Pea #B86449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.01%

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

R = 51.54%
G = 28.01%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B86449 (or 0xB86449) is known color: Flame Pea. HEX triplet: B8, 64 and 49. RGB value is (184,100,73). Sum of RGB (Red+Green+Blue) = 184+100+73=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B86449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86449 is #479BB6. Grayscale: #7A7A7A. Windows color (decimal): -4692919 or 4809912. OLE color: 4809912.

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

Color convert

RGB 184 100 73 -
CMYK 0 0.46 0.60 0.28
HSL 14.59º 0.44% 0.5% -
HSV(B) 14.59º 0.6% 0.72% -
XYZ 25.53 19.79 8.78 -
YUV 122.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 184 100 73 0 0.46 0.60 0.28 14.59 0.44 0.5
Hex B8 64 49 0 2E 3C 1C F 2C 32
Octal 270 144 111 0 56 74 34 17 54 62
Binary 10111000 1100100 1001001 0 101110 111100 11100 1111 101100 110010

Color Harmonies of #B86449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86449

Black with #B86449

Text Example


Text Example

White with #B86449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86449; }

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

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

background-color css

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

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

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

border-color css

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

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

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