#BC6448

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

Shades of Flame Pea #BC6448

Tints of Flame Pea #BC6448

Color information

#BC6448 (or 0xBC6448) is unknown color: approx Flame Pea. HEX triplet: BC, 64 and 48. RGB value is (188,100,72). Sum of RGB (Red+Green+Blue) = 188+100+72=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6448 is #439BB7. Grayscale: #7B7B7B. Windows color (decimal): -4430776 or 4744380. OLE color: 4744380.

HSL color Cylindrical-coordinate representation of color #BC6448: hue angle of 14.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC6448 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB18810072-
CMYK00.470.620.26
HSL14.48º46.4%50.98%-
HSV(B)14.48º61.7%73.73%-
XYZ26.4720.278.65-
YUV123.1299.15174.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.22%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 72 (28.52% from 255) = 20%
R=52.22%
G=27.78%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881007200.470.620.2614.4846.450.98
HexBC644802F3E1Ae2e33
Octal2741441100577632165663
Binary10111100110010010010000101111111110110101110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6448; }

 p { color: rgb(188,100,72); }

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

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

 a { background-color: rgb(188,100,72); }

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

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

 span { border-color: rgb(188,100,72); }

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