#BB5A4A

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

Shades of Flame Pea #BB5A4A

Tints of Flame Pea #BB5A4A

Color information

#BB5A4A (or 0xBB5A4A) is unknown color: approx Flame Pea. HEX triplet: BB, 5A and 4A. RGB value is (187,90,74). Sum of RGB (Red+Green+Blue) = 187+90+74=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5A4A is #44A5B5. Grayscale: #757575. Windows color (decimal): -4498870 or 4872891. OLE color: 4872891.

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

Color convert

RGB1879074-
CMYK00.520.600.27
HSL8.5º45.38%51.18%-
HSV(B)8.5º60.43%73.33%-
XYZ25.3918.378.69-
YUV117.18103.64177.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.28%
GREEN value IS 90 (35.55% from 255) = 25.64%
BLUE value IS 74 (29.30% from 255) = 21.08%
R=53.28%
G=25.64%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187907400.520.600.278.545.3851.18
HexBB5A4A0343C1B82d33
Octal2731321120647433105563
Binary10111011101101010010100110100111100110111000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A4A; }

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

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

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

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

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

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

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

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