Html Css Color HEX #BB5541 Flame Pea

📋 copy color: '#BB5541'

red 187 ◦ green 85 ◦ blue 65

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

Shades of Flame Pea #BB5541

Tints of Flame Pea #BB5541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.22%

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

R = 55.49%
G = 25.22%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB5541 (or 0xBB5541) is known color: Flame Pea. HEX triplet: BB, 55 and 41. RGB value is (187,85,65). Sum of RGB (Red+Green+Blue) = 187+85+65=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5541 is #44AABE. Grayscale: #717171. Windows color (decimal): -4500159 or 4281787. OLE color: 4281787.

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

Color convert

RGB 187 85 65 -
CMYK 0 0.55 0.65 0.27
HSL 9.84º 0.48% 0.49% -
HSV(B) 9.84º 0.65% 0.73% -
XYZ 24.7 17.44 7.07 -
YUV 113.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 187 85 65 0 0.55 0.65 0.27 9.84 0.48 0.49
Hex BB 55 41 0 37 41 1B A 30 31
Octal 273 125 101 0 67 101 33 12 60 61
Binary 10111011 1010101 1000001 0 110111 1000001 11011 1010 110000 110001

Color Harmonies of #BB5541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5541

Black with #BB5541

Text Example


Text Example

White with #BB5541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5541; }

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

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

background-color css

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

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

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

border-color css

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

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

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