Html Css Color HEX #B86248 Flame Pea

📋 copy color: '#B86248'

red 184 ◦ green 98 ◦ blue 72

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

Shades of Flame Pea #B86248

Tints of Flame Pea #B86248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.34%

R = 51.98%
G = 27.68%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B86248 (or 0xB86248) is known color: Flame Pea. HEX triplet: B8, 62 and 48. RGB value is (184,98,72). Sum of RGB (Red+Green+Blue) = 184+98+72=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B86248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86248 is #479DB7. Grayscale: #787878. Windows color (decimal): -4693432 or 4743864. OLE color: 4743864.

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

Color convert

RGB 184 98 72 -
CMYK 0 0.47 0.61 0.28
HSL 13.93º 0.44% 0.5% -
HSV(B) 13.93º 0.61% 0.72% -
XYZ 25.3 19.39 8.54 -
YUV 120.75 100.49 173.11 -
System Red Green Blue C M Y K H S L
Decimal 184 98 72 0 0.47 0.61 0.28 13.93 0.44 0.5
Hex B8 62 48 0 2F 3D 1C E 2C 32
Octal 270 142 110 0 57 75 34 16 54 62
Binary 10111000 1100010 1001000 0 101111 111101 11100 1110 101100 110010

Color Harmonies of #B86248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86248

Black with #B86248

Text Example


Text Example

White with #B86248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86248; }

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

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

background-color css

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

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

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

border-color css

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

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

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