Html Css Color HEX #B86054 Flame Pea

📋 copy color: '#B86054'

red 184 ◦ green 96 ◦ blue 84

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

Shades of Flame Pea #B86054

Tints of Flame Pea #B86054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.08%

R = 50.55%
G = 26.37%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B86054 (or 0xB86054) is known color: Flame Pea. HEX triplet: B8, 60 and 54. RGB value is (184,96,84). Sum of RGB (Red+Green+Blue) = 184+96+84=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B86054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86054 is #479FAB. Grayscale: #797979. Windows color (decimal): -4693932 or 5529784. OLE color: 5529784.

HSL color Cylindrical-coordinate representation of color #B86054: hue angle of 7.2º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B86054 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 96 84 -
CMYK 0 0.48 0.54 0.28
HSL 7.2º 0.41% 0.53% -
HSV(B) 7.2º 0.54% 0.72% -
XYZ 25.55 19.2 10.75 -
YUV 120.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 184 96 84 0 0.48 0.54 0.28 7.2 0.41 0.53
Hex B8 60 54 0 30 36 1C 7 29 35
Octal 270 140 124 0 60 66 34 7 51 65
Binary 10111000 1100000 1010100 0 110000 110110 11100 111 101001 110101

Color Harmonies of #B86054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86054

Black with #B86054

Text Example


Text Example

White with #B86054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86054; }

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

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

background-color css

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

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

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

border-color css

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

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

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