#BB5941

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

Shades of Flame Pea #BB5941

Tints of Flame Pea #BB5941

Color information

#BB5941 (or 0xBB5941) is unknown color: approx Flame Pea. HEX triplet: BB, 59 and 41. RGB value is (187,89,65). Sum of RGB (Red+Green+Blue) = 187+89+65=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5941 is #44A6BE. Grayscale: #737373. Windows color (decimal): -4499135 or 4282811. OLE color: 4282811.

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

Color convert

RGB1878965-
CMYK00.520.650.27
HSL11.8º48.41%49.41%-
HSV(B)11.8º65.24%73.33%-
XYZ25.0218.097.17-
YUV115.5799.47178.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.84%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 65 (25.78% from 255) = 19.06%
R=54.84%
G=26.10%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187896500.520.650.2711.848.4149.41
HexBB5941034411Bc3031
Octal27313110106410133146061
Binary101110111011001100000101101001000001110111100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5941; }

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

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

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

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

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

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

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

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