#BC6443

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

Shades of Flame Pea #BC6443

Tints of Flame Pea #BC6443

Color information

#BC6443 (or 0xBC6443) is unknown color: approx Flame Pea. HEX triplet: BC, 64 and 43. RGB value is (188,100,67). Sum of RGB (Red+Green+Blue) = 188+100+67=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6443 is #439BBC. Grayscale: #7A7A7A. Windows color (decimal): -4430781 or 4416700. OLE color: 4416700.

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

Color convert

RGB18810067-
CMYK00.470.640.26
HSL16.36º47.45%50%-
HSV(B)16.36º64.36%73.73%-
XYZ26.3120.217.82-
YUV122.5596.65174.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.96%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 67 (26.56% from 255) = 18.87%
R=52.96%
G=28.17%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881006700.470.640.2616.3647.4550
HexBC644302F401A102f32
Octal27414410305710032205762
Binary1011110011001001000011010111110000001101010000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6443; }

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

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

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

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

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

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

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

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