#BC6751

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

Shades of Flame Pea #BC6751

Tints of Flame Pea #BC6751

Color information

#BC6751 (or 0xBC6751) is unknown color: approx Flame Pea. HEX triplet: BC, 67 and 51. RGB value is (188,103,81). Sum of RGB (Red+Green+Blue) = 188+103+81=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6751 is #4398AE. Grayscale: #7E7E7E. Windows color (decimal): -4429999 or 5334972. OLE color: 5334972.

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

Color convert

RGB18810381-
CMYK00.450.570.26
HSL12.34º44.4%52.75%-
HSV(B)12.34º56.91%73.73%-
XYZ27.0720.9910.41-
YUV125.91102.66172.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.54%
GREEN value IS 103 (40.62% from 255) = 27.69%
BLUE value IS 81 (32.03% from 255) = 21.77%
R=50.54%
G=27.69%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881038100.450.570.2612.3444.452.75
HexBC675102D391Ac2c35
Octal2741471210557132145465
Binary10111100110011110100010101101111001110101100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6751; }

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

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

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

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

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

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

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

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