#BB584A

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

Shades of Flame Pea #BB584A

Tints of Flame Pea #BB584A

Color information

#BB584A (or 0xBB584A) is unknown color: approx Flame Pea. HEX triplet: BB, 58 and 4A. RGB value is (187,88,74). Sum of RGB (Red+Green+Blue) = 187+88+74=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB584A is #44A7B5. Grayscale: #747474. Windows color (decimal): -4499382 or 4872379. OLE color: 4872379.

HSL color Cylindrical-coordinate representation of color #BB584A: hue angle of 7.43º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB584A is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB1878874-
CMYK00.530.600.27
HSL7.43º45.38%51.18%-
HSV(B)7.43º60.43%73.33%-
XYZ25.2218.048.63-
YUV116104.3178.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.58%
GREEN value IS 88 (34.77% from 255) = 25.21%
BLUE value IS 74 (29.30% from 255) = 21.20%
R=53.58%
G=25.21%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187887400.530.600.277.4345.3851.18
HexBB584A0353C1B72d33
Octal273130112065743375563
Binary1011101110110001001010011010111110011011111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB584A; }

 p { color: rgb(187,88,74); }

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

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

 a { background-color: rgb(187,88,74); }

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

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

 span { border-color: rgb(187,88,74); }

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