#BB5E44

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

Shades of Flame Pea #BB5E44

Tints of Flame Pea #BB5E44

Color information

#BB5E44 (or 0xBB5E44) is unknown color: approx Flame Pea. HEX triplet: BB, 5E and 44. RGB value is (187,94,68). Sum of RGB (Red+Green+Blue) = 187+94+68=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E44 is #44A1BB. Grayscale: #777777. Windows color (decimal): -4497852 or 4480699. OLE color: 4480699.

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

Color convert

RGB1879468-
CMYK00.500.640.27
HSL13.11º46.67%50%-
HSV(B)13.11º63.64%73.33%-
XYZ25.5418.997.79-
YUV118.8499.31176.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.58%
GREEN value IS 94 (37.11% from 255) = 26.93%
BLUE value IS 68 (26.95% from 255) = 19.48%
R=53.58%
G=26.93%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187946800.500.640.2713.1146.6750
HexBB5E44032401Bd2f32
Octal27313610406210033155762
Binary101110111011110100010001100101000000110111101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5E44; }

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

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

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

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

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

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

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

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