#BC6745

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

Shades of Flame Pea #BC6745

Tints of Flame Pea #BC6745

Color information

#BC6745 (or 0xBC6745) is unknown color: approx Flame Pea. HEX triplet: BC, 67 and 45. RGB value is (188,103,69). Sum of RGB (Red+Green+Blue) = 188+103+69=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6745 is #4398BA. Grayscale: #7C7C7C. Windows color (decimal): -4430011 or 4548540. OLE color: 4548540.

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

Color convert

RGB18810369-
CMYK00.450.630.26
HSL17.14º47.04%50.39%-
HSV(B)17.14º63.3%73.73%-
XYZ26.6620.828.24-
YUV124.5496.66173.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.22%
GREEN value IS 103 (40.62% from 255) = 28.61%
BLUE value IS 69 (27.34% from 255) = 19.17%
R=52.22%
G=28.61%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881036900.450.630.2617.1447.0450.39
HexBC674502D3F1A112f32
Octal2741471050557732215762
Binary101111001100111100010101011011111111101010001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6745; }

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

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

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

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

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

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

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

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