#BC6651

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

Shades of Flame Pea #BC6651

Tints of Flame Pea #BC6651

Color information

#BC6651 (or 0xBC6651) is unknown color: approx Flame Pea. HEX triplet: BC, 66 and 51. RGB value is (188,102,81). Sum of RGB (Red+Green+Blue) = 188+102+81=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6651 is #4399AE. Grayscale: #7D7D7D. Windows color (decimal): -4430255 or 5334716. OLE color: 5334716.

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

Color convert

RGB18810281-
CMYK00.460.570.26
HSL11.78º44.4%52.75%-
HSV(B)11.78º56.91%73.73%-
XYZ26.9820.7910.38-
YUV125.32102.99172.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.67%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 81 (32.03% from 255) = 21.83%
R=50.67%
G=27.49%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881028100.460.570.2611.7844.452.75
HexBC665102E391Ac2c35
Octal2741461210567132145465
Binary10111100110011010100010101110111001110101100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6651; }

 p { color: rgb(188,102,81); }

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

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

 a { background-color: rgb(188,102,81); }

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

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

 span { border-color: rgb(188,102,81); }

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