#BB5741

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

Shades of Flame Pea #BB5741

Tints of Flame Pea #BB5741

Color information

#BB5741 (or 0xBB5741) is unknown color: approx Flame Pea. HEX triplet: BB, 57 and 41. RGB value is (187,87,65). Sum of RGB (Red+Green+Blue) = 187+87+65=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5741 is #44A8BE. Grayscale: #727272. Windows color (decimal): -4499647 or 4282299. OLE color: 4282299.

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

Color convert

RGB1878765-
CMYK00.530.650.27
HSL10.82º48.41%49.41%-
HSV(B)10.82º65.24%73.33%-
XYZ24.8617.767.12-
YUV114.39100.13179.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.16%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 65 (25.78% from 255) = 19.17%
R=55.16%
G=25.66%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187876500.530.650.2710.8248.4149.41
HexBB5741035411Bb3031
Octal27312710106510133136061
Binary101110111010111100000101101011000001110111011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5741; }

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

 H1.HeaderClassName
 {
   color: #BB5741;
 }
 .AnyTagClassName
 {
   color: #BB5741;
 }
</style>
background-color css

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

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

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

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

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

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