Html Css Color HEX #BB5646 Flame Pea

📋 copy color: '#BB5646'

red 187 ◦ green 86 ◦ blue 70

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

Shades of Flame Pea #BB5646

Tints of Flame Pea #BB5646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.41%

R = 54.52%
G = 25.07%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB5646 (or 0xBB5646) is known color: Flame Pea. HEX triplet: BB, 56 and 46. RGB value is (187,86,70). Sum of RGB (Red+Green+Blue) = 187+86+70=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5646 is #44A9B9. Grayscale: #727272. Windows color (decimal): -4499898 or 4609723. OLE color: 4609723.

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

Color convert

RGB 187 86 70 -
CMYK 0 0.54 0.63 0.27
HSL 8.21º 0.46% 0.5% -
HSV(B) 8.21º 0.63% 0.73% -
XYZ 24.93 17.66 7.89 -
YUV 114.38 102.96 179.8 -
System Red Green Blue C M Y K H S L
Decimal 187 86 70 0 0.54 0.63 0.27 8.21 0.46 0.5
Hex BB 56 46 0 36 3F 1B 8 2E 32
Octal 273 126 106 0 66 77 33 10 56 62
Binary 10111011 1010110 1000110 0 110110 111111 11011 1000 101110 110010

Color Harmonies of #BB5646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5646

Black with #BB5646

Text Example


Text Example

White with #BB5646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5646; }

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

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

background-color css

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

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

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

border-color css

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

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

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