Html Css Color HEX #B85849 Flame Pea

📋 copy color: '#B85849'

red 184 ◦ green 88 ◦ blue 73

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

Shades of Flame Pea #B85849

Tints of Flame Pea #B85849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.16%

R = 53.33%
G = 25.51%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B85849 (or 0xB85849) is known color: Flame Pea. HEX triplet: B8, 58 and 49. RGB value is (184,88,73). Sum of RGB (Red+Green+Blue) = 184+88+73=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B85849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85849 is #47A7B6. Grayscale: #737373. Windows color (decimal): -4695991 or 4806840. OLE color: 4806840.

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

Color convert

RGB 184 88 73 -
CMYK 0 0.52 0.60 0.28
HSL 8.11º 0.44% 0.5% -
HSV(B) 8.11º 0.6% 0.72% -
XYZ 24.46 17.65 8.42 -
YUV 114.99 104.3 177.22 -
System Red Green Blue C M Y K H S L
Decimal 184 88 73 0 0.52 0.60 0.28 8.11 0.44 0.5
Hex B8 58 49 0 34 3C 1C 8 2C 32
Octal 270 130 111 0 64 74 34 10 54 62
Binary 10111000 1011000 1001001 0 110100 111100 11100 1000 101100 110010

Color Harmonies of #B85849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85849

Black with #B85849

Text Example


Text Example

White with #B85849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85849; }

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

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

background-color css

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

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

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

border-color css

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

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

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