Html Css Color HEX #BB5D40 Flame Pea

📋 copy color: '#BB5D40'

red 187 ◦ green 93 ◦ blue 64

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

Shades of Flame Pea #BB5D40

Tints of Flame Pea #BB5D40

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.03%

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

R = 54.36%
G = 27.03%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB5D40 (or 0xBB5D40) is known color: Flame Pea. HEX triplet: BB, 5D and 40. RGB value is (187,93,64). Sum of RGB (Red+Green+Blue) = 187+93+64=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5D40 is #44A2BF. Grayscale: #767676. Windows color (decimal): -4498112 or 4218299. OLE color: 4218299.

HSL color Cylindrical-coordinate representation of color #BB5D40: hue angle of 14.15º 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 #BB5D40 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 93 64 -
CMYK 0 0.50 0.66 0.27
HSL 14.15º 0.49% 0.49% -
HSV(B) 14.15º 0.66% 0.73% -
XYZ 25.33 18.76 7.14 -
YUV 117.8 97.64 177.36 -
System Red Green Blue C M Y K H S L
Decimal 187 93 64 0 0.50 0.66 0.27 14.15 0.49 0.49
Hex BB 5D 40 0 32 42 1B E 31 31
Octal 273 135 100 0 62 102 33 16 61 61
Binary 10111011 1011101 1000000 0 110010 1000010 11011 1110 110001 110001

Color Harmonies of #BB5D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D40

Black with #BB5D40

Text Example


Text Example

White with #BB5D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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