#BC6A50

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

Shades of Flame Pea #BC6A50

Tints of Flame Pea #BC6A50

Color information

#BC6A50 (or 0xBC6A50) is unknown color: approx Flame Pea. HEX triplet: BC, 6A and 50. RGB value is (188,106,80). Sum of RGB (Red+Green+Blue) = 188+106+80=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6A50 is #4395AF. Grayscale: #7F7F7F. Windows color (decimal): -4429232 or 5270204. OLE color: 5270204.

HSL color Cylindrical-coordinate representation of color #BC6A50: hue angle of 14.44º 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 #BC6A50 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18810680-
CMYK00.440.570.26
HSL14.44º44.63%52.55%-
HSV(B)14.44º57.45%73.73%-
XYZ27.3421.5810.31-
YUV127.55101.17171.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.27%
GREEN value IS 106 (41.80% from 255) = 28.34%
BLUE value IS 80 (31.64% from 255) = 21.39%
R=50.27%
G=28.34%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881068000.440.570.2614.4444.6352.55
HexBC6A5002C391Ae2d35
Octal2741521200547132165565
Binary10111100110101010100000101100111001110101110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6A50; }

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

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

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

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

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

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

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

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