#BC5B4E

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

Shades of Flame Pea #BC5B4E

Tints of Flame Pea #BC5B4E

Color information

#BC5B4E (or 0xBC5B4E) is unknown color: approx Flame Pea. HEX triplet: BC, 5B and 4E. RGB value is (188,91,78). Sum of RGB (Red+Green+Blue) = 188+91+78=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5B4E is #43A4B1. Grayscale: #767676. Windows color (decimal): -4433074 or 5135292. OLE color: 5135292.

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

Color convert

RGB1889178-
CMYK00.520.590.26
HSL7.09º45.08%52.16%-
HSV(B)7.09º58.51%73.73%-
XYZ25.8618.729.46-
YUV118.52105.14177.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.66%
GREEN value IS 91 (35.94% from 255) = 25.49%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=52.66%
G=25.49%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188917800.520.590.267.0945.0852.16
HexBC5B4E0343B1A72d34
Octal274133116064733275564
Binary1011110010110111001110011010011101111010111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5B4E; }

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

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

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

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

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

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

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

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