#BC5B50

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

Shades of Flame Pea #BC5B50

Tints of Flame Pea #BC5B50

Color information

#BC5B50 (or 0xBC5B50) is unknown color: approx Flame Pea. HEX triplet: BC, 5B and 50. RGB value is (188,91,80). Sum of RGB (Red+Green+Blue) = 188+91+80=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5B50 is #43A4AF. Grayscale: #767676. Windows color (decimal): -4433072 or 5266364. OLE color: 5266364.

HSL color Cylindrical-coordinate representation of color #BC5B50: hue angle of 6.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5B50 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB1889180-
CMYK00.520.570.26
HSL6.11º44.63%52.55%-
HSV(B)6.11º57.45%73.73%-
XYZ25.9318.759.84-
YUV118.75106.14177.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.37%
GREEN value IS 91 (35.94% from 255) = 25.35%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=52.37%
G=25.35%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188918000.520.570.266.1144.6352.55
HexBC5B50034391A62d35
Octal274133120064713265565
Binary1011110010110111010000011010011100111010110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5B50; }

 p { color: rgb(188,91,80); }

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

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

 a { background-color: rgb(188,91,80); }

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

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

 span { border-color: rgb(188,91,80); }

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