#bc6748

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

Shades of Flame Pea #BC6748

Tints of Flame Pea #BC6748

Color information

#BC6748 (or 0xBC6748) is unknown color: approx Flame Pea. HEX triplet: BC, 67 and 48. RGB value is (188,103,72). Sum of RGB (Red+Green+Blue) = 188+103+72=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6748 is #4398B7. Grayscale: #7D7D7D. Windows color (decimal): -4430008 or 4745148. OLE color: 4745148.

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

Color convert

RGB18810372-
CMYK00.450.620.26
HSL16.03º46.4%50.98%-
HSV(B)16.03º61.7%73.73%-
XYZ26.7620.868.75-
YUV124.8898.16173.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.79%
GREEN value IS 103 (40.62% from 255) = 28.37%
BLUE value IS 72 (28.52% from 255) = 19.83%
R=51.79%
G=28.37%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881037200.450.620.2616.0346.450.98
HexBC674802D3E1A102e33
Octal2741471100557632205663
Binary101111001100111100100001011011111101101010000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc6748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc6748; }

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

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

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

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

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

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

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

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