#BC6150

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

Shades of Flame Pea #BC6150

Tints of Flame Pea #BC6150

Color information

#BC6150 (or 0xBC6150) is unknown color: approx Flame Pea. HEX triplet: BC, 61 and 50. RGB value is (188,97,80). Sum of RGB (Red+Green+Blue) = 188+97+80=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6150 is #439EAF. Grayscale: #7A7A7A. Windows color (decimal): -4431536 or 5267900. OLE color: 5267900.

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

Color convert

RGB1889780-
CMYK00.480.570.26
HSL9.44º44.63%52.55%-
HSV(B)9.44º57.45%73.73%-
XYZ26.4619.8210.02-
YUV122.27104.15174.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.51%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 80 (31.64% from 255) = 21.92%
R=51.51%
G=26.58%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188978000.480.570.269.4444.6352.55
HexBC6150030391A92d35
Octal2741411200607132115565
Binary10111100110000110100000110000111001110101001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6150; }

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

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

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

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

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

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

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

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