Html Css Color HEX #BB5444 Flame Pea

📋 copy color: '#BB5444'

red 187 ◦ green 84 ◦ blue 68

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

Shades of Flame Pea #BB5444

Tints of Flame Pea #BB5444

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.78%

 BLUE value IS 68 (26.95% from 255) = 20.06%

R = 55.16%
G = 24.78%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB5444 (or 0xBB5444) is known color: Flame Pea. HEX triplet: BB, 54 and 44. RGB value is (187,84,68). Sum of RGB (Red+Green+Blue) = 187+84+68=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5444 is #44ABBB. Grayscale: #717171. Windows color (decimal): -4500412 or 4478139. OLE color: 4478139.

HSL color Cylindrical-coordinate representation of color #BB5444: hue angle of 8.07º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB5444 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 84 68 -
CMYK 0 0.55 0.64 0.27
HSL 8.07º 0.47% 0.5% -
HSV(B) 8.07º 0.64% 0.73% -
XYZ 24.71 17.32 7.51 -
YUV 112.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 187 84 68 0 0.55 0.64 0.27 8.07 0.47 0.5
Hex BB 54 44 0 37 40 1B 8 2F 32
Octal 273 124 104 0 67 100 33 10 57 62
Binary 10111011 1010100 1000100 0 110111 1000000 11011 1000 101111 110010

Color Harmonies of #BB5444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5444

Black with #BB5444

Text Example


Text Example

White with #BB5444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5444; }

 p { color: rgb(187,84,68); }

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

background-color css

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

 a { background-color: rgb(187,84,68); }

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

border-color css

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

 span { border-color: rgb(187,84,68); }

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