Html Css Color HEX #B86549 Flame Pea

📋 copy color: '#B86549'

red 184 ◦ green 101 ◦ blue 73

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

Shades of Flame Pea #B86549

Tints of Flame Pea #B86549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.21%

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

R = 51.4%
G = 28.21%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B86549 (or 0xB86549) is known color: Flame Pea. HEX triplet: B8, 65 and 49. RGB value is (184,101,73). Sum of RGB (Red+Green+Blue) = 184+101+73=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B86549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86549 is #479AB6. Grayscale: #7A7A7A. Windows color (decimal): -4692663 or 4810168. OLE color: 4810168.

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

Color convert

RGB 184 101 73 -
CMYK 0 0.45 0.60 0.28
HSL 15.14º 0.44% 0.5% -
HSV(B) 15.14º 0.6% 0.72% -
XYZ 25.62 19.98 8.81 -
YUV 122.63 100 171.78 -
System Red Green Blue C M Y K H S L
Decimal 184 101 73 0 0.45 0.60 0.28 15.14 0.44 0.5
Hex B8 65 49 0 2D 3C 1C F 2C 32
Octal 270 145 111 0 55 74 34 17 54 62
Binary 10111000 1100101 1001001 0 101101 111100 11100 1111 101100 110010

Color Harmonies of #B86549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86549

Black with #B86549

Text Example


Text Example

White with #B86549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86549; }

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

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

background-color css

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

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

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

border-color css

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

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

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