Html Css Color HEX #BB5647 Flame Pea

📋 copy color: '#BB5647'

red 187 ◦ green 86 ◦ blue 71

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

Shades of Flame Pea #BB5647

Tints of Flame Pea #BB5647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25%

 BLUE value IS 71 (28.13% from 255) = 20.64%

R = 54.36%
G = 25%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB5647 (or 0xBB5647) is known color: Flame Pea. HEX triplet: BB, 56 and 47. RGB value is (187,86,71). Sum of RGB (Red+Green+Blue) = 187+86+71=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5647 is #44A9B8. Grayscale: #727272. Windows color (decimal): -4499897 or 4675259. OLE color: 4675259.

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

Color convert

RGB 187 86 71 -
CMYK 0 0.54 0.62 0.27
HSL 7.76º 0.46% 0.51% -
HSV(B) 7.76º 0.62% 0.73% -
XYZ 24.96 17.68 8.06 -
YUV 114.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 187 86 71 0 0.54 0.62 0.27 7.76 0.46 0.51
Hex BB 56 47 0 36 3E 1B 8 2E 33
Octal 273 126 107 0 66 76 33 10 56 63
Binary 10111011 1010110 1000111 0 110110 111110 11011 1000 101110 110011

Color Harmonies of #BB5647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5647

Black with #BB5647

Text Example


Text Example

White with #BB5647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5647; }

 p { color: rgb(187,86,71); }

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

background-color css

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

 a { background-color: rgb(187,86,71); }

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

border-color css

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

 span { border-color: rgb(187,86,71); }

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