Html Css Color HEX #BB5E41 Flame Pea

📋 copy color: '#BB5E41'

red 187 ◦ green 94 ◦ blue 65

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

Shades of Flame Pea #BB5E41

Tints of Flame Pea #BB5E41

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.17%

 BLUE value IS 65 (25.78% from 255) = 18.79%

R = 54.05%
G = 27.17%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB5E41 (or 0xBB5E41) is known color: Flame Pea. HEX triplet: BB, 5E and 41. RGB value is (187,94,65). Sum of RGB (Red+Green+Blue) = 187+94+65=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E41 is #44A1BE. Grayscale: #767676. Windows color (decimal): -4497855 or 4284091. OLE color: 4284091.

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

Color convert

RGB 187 94 65 -
CMYK 0 0.50 0.65 0.27
HSL 14.26º 0.48% 0.49% -
HSV(B) 14.26º 0.65% 0.73% -
XYZ 25.45 18.95 7.32 -
YUV 118.5 97.81 176.86 -
System Red Green Blue C M Y K H S L
Decimal 187 94 65 0 0.50 0.65 0.27 14.26 0.48 0.49
Hex BB 5E 41 0 32 41 1B E 30 31
Octal 273 136 101 0 62 101 33 16 60 61
Binary 10111011 1011110 1000001 0 110010 1000001 11011 1110 110000 110001

Color Harmonies of #BB5E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E41

Black with #BB5E41

Text Example


Text Example

White with #BB5E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E41; }

 p { color: rgb(187,94,65); }

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

background-color css

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

 a { background-color: rgb(187,94,65); }

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

border-color css

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

 span { border-color: rgb(187,94,65); }

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