#BB5745

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

Shades of Flame Pea #BB5745

Tints of Flame Pea #BB5745

Color information

#BB5745 (or 0xBB5745) is unknown color: approx Flame Pea. HEX triplet: BB, 57 and 45. RGB value is (187,87,69). Sum of RGB (Red+Green+Blue) = 187+87+69=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5745 is #44A8BA. Grayscale: #737373. Windows color (decimal): -4499643 or 4544443. OLE color: 4544443.

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

Color convert

RGB1878769-
CMYK00.530.630.27
HSL9.15º46.46%50.2%-
HSV(B)9.15º63.1%73.33%-
XYZ24.9817.817.75-
YUV114.85102.13179.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.52%
GREEN value IS 87 (34.38% from 255) = 25.36%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=54.52%
G=25.36%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187876900.530.630.279.1546.4650.2
HexBB57450353F1B92e32
Octal2731271050657733115662
Binary10111011101011110001010110101111111110111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5745; }

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

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

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

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

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

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

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

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