Html Css Color HEX #B86154 Flame Pea

📋 copy color: '#B86154'

red 184 ◦ green 97 ◦ blue 84

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

Shades of Flame Pea #B86154

Tints of Flame Pea #B86154

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.58%

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

R = 50.41%
G = 26.58%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B86154 (or 0xB86154) is known color: Flame Pea. HEX triplet: B8, 61 and 54. RGB value is (184,97,84). Sum of RGB (Red+Green+Blue) = 184+97+84=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B86154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86154 is #479EAB. Grayscale: #797979. Windows color (decimal): -4693676 or 5530040. OLE color: 5530040.

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

Color convert

RGB 184 97 84 -
CMYK 0 0.47 0.54 0.28
HSL 7.8º 0.41% 0.53% -
HSV(B) 7.8º 0.54% 0.72% -
XYZ 25.64 19.38 10.78 -
YUV 121.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 184 97 84 0 0.47 0.54 0.28 7.8 0.41 0.53
Hex B8 61 54 0 2F 36 1C 8 29 35
Octal 270 141 124 0 57 66 34 10 51 65
Binary 10111000 1100001 1010100 0 101111 110110 11100 1000 101001 110101

Color Harmonies of #B86154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86154

Black with #B86154

Text Example


Text Example

White with #B86154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86154; }

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

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

background-color css

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

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

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

border-color css

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

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

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