Html Css Color HEX #B86548 Flame Pea

📋 copy color: '#B86548'

red 184 ◦ green 101 ◦ blue 72

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

Shades of Flame Pea #B86548

Tints of Flame Pea #B86548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.29%

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

R = 51.54%
G = 28.29%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B86548 (or 0xB86548) is known color: Flame Pea. HEX triplet: B8, 65 and 48. RGB value is (184,101,72). Sum of RGB (Red+Green+Blue) = 184+101+72=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B86548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86548 is #479AB7. Grayscale: #7A7A7A. Windows color (decimal): -4692664 or 4744632. OLE color: 4744632.

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

Color convert

RGB 184 101 72 -
CMYK 0 0.45 0.61 0.28
HSL 15.54º 0.44% 0.5% -
HSV(B) 15.54º 0.61% 0.72% -
XYZ 25.59 19.97 8.64 -
YUV 122.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 184 101 72 0 0.45 0.61 0.28 15.54 0.44 0.5
Hex B8 65 48 0 2D 3D 1C 10 2C 32
Octal 270 145 110 0 55 75 34 20 54 62
Binary 10111000 1100101 1001000 0 101101 111101 11100 10000 101100 110010

Color Harmonies of #B86548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86548

Black with #B86548

Text Example


Text Example

White with #B86548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86548; }

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

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

background-color css

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

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

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

border-color css

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

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

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