Html Css Color HEX #B86254 Flame Pea

📋 copy color: '#B86254'

red 184 ◦ green 98 ◦ blue 84

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

Shades of Flame Pea #B86254

Tints of Flame Pea #B86254

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.78%

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

R = 50.27%
G = 26.78%
B = 22.95%

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

#B86254 (or 0xB86254) is known color: Flame Pea. HEX triplet: B8, 62 and 54. RGB value is (184,98,84). Sum of RGB (Red+Green+Blue) = 184+98+84=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B86254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86254 is #479DAB. Grayscale: #7A7A7A. Windows color (decimal): -4693420 or 5530296. OLE color: 5530296.

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

Color convert

RGB 184 98 84 -
CMYK 0 0.47 0.54 0.28
HSL 8.4º 0.41% 0.53% -
HSV(B) 8.4º 0.54% 0.72% -
XYZ 25.74 19.57 10.81 -
YUV 122.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 184 98 84 0 0.47 0.54 0.28 8.4 0.41 0.53
Hex B8 62 54 0 2F 36 1C 8 29 35
Octal 270 142 124 0 57 66 34 10 51 65
Binary 10111000 1100010 1010100 0 101111 110110 11100 1000 101001 110101

Color Harmonies of #B86254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86254

Black with #B86254

Text Example


Text Example

White with #B86254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86254; }

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

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

background-color css

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

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

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

border-color css

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

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

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