#BB5B44

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

Shades of Flame Pea #BB5B44

Tints of Flame Pea #BB5B44

Color information

#BB5B44 (or 0xBB5B44) is unknown color: approx Flame Pea. HEX triplet: BB, 5B and 44. RGB value is (187,91,68). Sum of RGB (Red+Green+Blue) = 187+91+68=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5B44 is #44A4BB. Grayscale: #757575. Windows color (decimal): -4498620 or 4479931. OLE color: 4479931.

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

Color convert

RGB1879168-
CMYK00.510.640.27
HSL11.6º46.67%50%-
HSV(B)11.6º63.64%73.33%-
XYZ25.2818.467.7-
YUV117.08100.3177.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.05%
GREEN value IS 91 (35.94% from 255) = 26.30%
BLUE value IS 68 (26.95% from 255) = 19.65%
R=54.05%
G=26.30%
B=19.65%

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
Decimal187916800.510.640.2711.646.6750
HexBB5B44033401Bc2f32
Octal27313310406310033145762
Binary101110111011011100010001100111000000110111100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B44; }

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

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

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

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

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

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

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

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