Html Css Color HEX #B86151 Flame Pea

📋 copy color: '#B86151'

red 184 ◦ green 97 ◦ blue 81

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

Shades of Flame Pea #B86151

Tints of Flame Pea #B86151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.38%

R = 50.83%
G = 26.8%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B86151 (or 0xB86151) is known color: Flame Pea. HEX triplet: B8, 61 and 51. RGB value is (184,97,81). Sum of RGB (Red+Green+Blue) = 184+97+81=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B86151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86151 is #479EAE. Grayscale: #797979. Windows color (decimal): -4693679 or 5333432. OLE color: 5333432.

HSL color Cylindrical-coordinate representation of color #B86151: hue angle of 9.32º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B86151 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 97 81 -
CMYK 0 0.47 0.56 0.28
HSL 9.32º 0.42% 0.52% -
HSV(B) 9.32º 0.56% 0.72% -
XYZ 25.53 19.33 10.17 -
YUV 121.19 105.32 172.8 -
System Red Green Blue C M Y K H S L
Decimal 184 97 81 0 0.47 0.56 0.28 9.32 0.42 0.52
Hex B8 61 51 0 2F 38 1C 9 2A 34
Octal 270 141 121 0 57 70 34 11 52 64
Binary 10111000 1100001 1010001 0 101111 111000 11100 1001 101010 110100

Color Harmonies of #B86151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86151

Black with #B86151

Text Example


Text Example

White with #B86151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86151; }

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

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

background-color css

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

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

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

border-color css

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

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

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