#BB5C44

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

Shades of Flame Pea #BB5C44

Tints of Flame Pea #BB5C44

Color information

#BB5C44 (or 0xBB5C44) is unknown color: approx Flame Pea. HEX triplet: BB, 5C and 44. RGB value is (187,92,68). Sum of RGB (Red+Green+Blue) = 187+92+68=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5C44 is #44A3BB. Grayscale: #757575. Windows color (decimal): -4498364 or 4480187. OLE color: 4480187.

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

Color convert

RGB1879268-
CMYK00.510.640.27
HSL12.1º46.67%50%-
HSV(B)12.1º63.64%73.33%-
XYZ25.3618.647.73-
YUV117.6799.97177.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.89%
GREEN value IS 92 (36.33% from 255) = 26.51%
BLUE value IS 68 (26.95% from 255) = 19.60%
R=53.89%
G=26.51%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187926800.510.640.2712.146.6750
HexBB5C44033401Bc2f32
Octal27313410406310033145762
Binary101110111011100100010001100111000000110111100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5C44; }

 p { color: rgb(187,92,68); }

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

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

 a { background-color: rgb(187,92,68); }

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

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

 span { border-color: rgb(187,92,68); }

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