#BB5541

Color #BB5541 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #BB5541

Tints of Flame Pea #BB5541

Color information

#BB5541 (or 0xBB5541) is unknown color: approx 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

RGB1878565-
CMYK00.550.650.27
HSL9.84º48.41%49.41%-
HSV(B)9.84º65.24%73.33%-
XYZ24.717.447.07-
YUV113.22100.79180.63-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187856500.550.650.279.8448.4149.41
HexBB5541037411Ba3031
Octal27312510106710133126061
Binary101110111010101100000101101111000001110111010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>