Html Css Color HEX #BB5849 Flame Pea

📋 copy color: '#BB5849'

red 187 ◦ green 88 ◦ blue 73

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

Shades of Flame Pea #BB5849

Tints of Flame Pea #BB5849

RGB

 RED value IS 187 (73.44% from 255) = 53.74%

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

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

R = 53.74%
G = 25.29%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB5849 (or 0xBB5849) is known color: Flame Pea. HEX triplet: BB, 58 and 49. RGB value is (187,88,73). Sum of RGB (Red+Green+Blue) = 187+88+73=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5849 is #44A7B6. Grayscale: #747474. Windows color (decimal): -4499383 or 4806843. OLE color: 4806843.

HSL color Cylindrical-coordinate representation of color #BB5849: hue angle of 7.89º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB5849 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 88 73 -
CMYK 0 0.53 0.61 0.27
HSL 7.89º 0.46% 0.51% -
HSV(B) 7.89º 0.61% 0.73% -
XYZ 25.19 18.03 8.46 -
YUV 115.89 103.8 178.72 -
System Red Green Blue C M Y K H S L
Decimal 187 88 73 0 0.53 0.61 0.27 7.89 0.46 0.51
Hex BB 58 49 0 35 3D 1B 8 2E 33
Octal 273 130 111 0 65 75 33 10 56 63
Binary 10111011 1011000 1001001 0 110101 111101 11011 1000 101110 110011

Color Harmonies of #BB5849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5849

Black with #BB5849

Text Example


Text Example

White with #BB5849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5849; }

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

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

background-color css

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

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

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

border-color css

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

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

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