#BB574B

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

Shades of Flame Pea #BB574B

Tints of Flame Pea #BB574B

Color information

#BB574B (or 0xBB574B) is unknown color: approx Flame Pea. HEX triplet: BB, 57 and 4B. RGB value is (187,87,75). Sum of RGB (Red+Green+Blue) = 187+87+75=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB574B is #44A8B4. Grayscale: #737373. Windows color (decimal): -4499637 or 4937659. OLE color: 4937659.

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

Color convert

RGB1878775-
CMYK00.530.600.27
HSL6.43º45.16%51.37%-
HSV(B)6.43º59.89%73.33%-
XYZ25.1717.898.78-
YUV115.53105.13178.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.58%
GREEN value IS 87 (34.38% from 255) = 24.93%
BLUE value IS 75 (29.69% from 255) = 21.49%
R=53.58%
G=24.93%
B=21.49%

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
Decimal187877500.530.600.276.4345.1651.37
HexBB574B0353C1B62d33
Octal273127113065743365563
Binary1011101110101111001011011010111110011011110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB574B; }

 p { color: rgb(187,87,75); }

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

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

 a { background-color: rgb(187,87,75); }

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

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

 span { border-color: rgb(187,87,75); }

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