Html Css Color HEX #B85848 Flame Pea

📋 copy color: '#B85848'

red 184 ◦ green 88 ◦ blue 72

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

Shades of Flame Pea #B85848

Tints of Flame Pea #B85848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.58%

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

R = 53.49%
G = 25.58%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B85848 (or 0xB85848) is known color: Flame Pea. HEX triplet: B8, 58 and 48. RGB value is (184,88,72). Sum of RGB (Red+Green+Blue) = 184+88+72=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B85848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85848 is #47A7B7. Grayscale: #737373. Windows color (decimal): -4695992 or 4741304. OLE color: 4741304.

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

Color convert

RGB 184 88 72 -
CMYK 0 0.52 0.61 0.28
HSL 8.57º 0.44% 0.5% -
HSV(B) 8.57º 0.61% 0.72% -
XYZ 24.43 17.64 8.25 -
YUV 114.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 184 88 72 0 0.52 0.61 0.28 8.57 0.44 0.5
Hex B8 58 48 0 34 3D 1C 9 2C 32
Octal 270 130 110 0 64 75 34 11 54 62
Binary 10111000 1011000 1001000 0 110100 111101 11100 1001 101100 110010

Color Harmonies of #B85848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85848

Black with #B85848

Text Example


Text Example

White with #B85848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85848; }

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

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

background-color css

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

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

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

border-color css

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

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

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