#BB5443

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

Shades of Flame Pea #BB5443

Tints of Flame Pea #BB5443

Color information

#BB5443 (or 0xBB5443) is unknown color: approx Flame Pea. HEX triplet: BB, 54 and 43. RGB value is (187,84,67). Sum of RGB (Red+Green+Blue) = 187+84+67=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5443 is #44ABBC. Grayscale: #717171. Windows color (decimal): -4500413 or 4412603. OLE color: 4412603.

HSL color Cylindrical-coordinate representation of color #BB5443: hue angle of 8.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB5443 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1878467-
CMYK00.550.640.27
HSL8.5º47.24%49.8%-
HSV(B)8.5º64.17%73.33%-
XYZ24.6817.317.35-
YUV112.86102.12180.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.33%
GREEN value IS 84 (33.20% from 255) = 24.85%
BLUE value IS 67 (26.56% from 255) = 19.82%
R=55.33%
G=24.85%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187846700.550.640.278.547.2449.8
HexBB5443037401B92f32
Octal27312410306710033115762
Binary101110111010100100001101101111000000110111001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5443; }

 p { color: rgb(187,84,67); }

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

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

 a { background-color: rgb(187,84,67); }

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

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

 span { border-color: rgb(187,84,67); }

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