Html Css Color HEX #BB5640 Flame Pea

📋 copy color: '#BB5640'

red 187 ◦ green 86 ◦ blue 64

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

Shades of Flame Pea #BB5640

Tints of Flame Pea #BB5640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.99%

R = 55.49%
G = 25.52%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB5640 (or 0xBB5640) is known color: Flame Pea. HEX triplet: BB, 56 and 40. RGB value is (187,86,64). Sum of RGB (Red+Green+Blue) = 187+86+64=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5640 is #44A9BF. Grayscale: #717171. Windows color (decimal): -4499904 or 4216507. OLE color: 4216507.

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

Color convert

RGB 187 86 64 -
CMYK 0 0.54 0.66 0.27
HSL 10.73º 0.49% 0.49% -
HSV(B) 10.73º 0.66% 0.73% -
XYZ 24.75 17.59 6.94 -
YUV 113.69 99.96 180.29 -
System Red Green Blue C M Y K H S L
Decimal 187 86 64 0 0.54 0.66 0.27 10.73 0.49 0.49
Hex BB 56 40 0 36 42 1B B 31 31
Octal 273 126 100 0 66 102 33 13 61 61
Binary 10111011 1010110 1000000 0 110110 1000010 11011 1011 110001 110001

Color Harmonies of #BB5640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5640

Black with #BB5640

Text Example


Text Example

White with #BB5640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5640; }

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

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

background-color css

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

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

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

border-color css

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

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

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