#BC6643

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

Shades of Flame Pea #BC6643

Tints of Flame Pea #BC6643

Color information

#BC6643 (or 0xBC6643) is unknown color: approx Flame Pea. HEX triplet: BC, 66 and 43. RGB value is (188,102,67). Sum of RGB (Red+Green+Blue) = 188+102+67=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6643 is #4399BC. Grayscale: #7B7B7B. Windows color (decimal): -4430269 or 4417212. OLE color: 4417212.

HSL color Cylindrical-coordinate representation of color #BC6643: hue angle of 17.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 #BC6643 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB18810267-
CMYK00.460.640.26
HSL17.36º47.45%50%-
HSV(B)17.36º64.36%73.73%-
XYZ26.520.67.89-
YUV123.7295.99173.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.66%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 67 (26.56% from 255) = 18.77%
R=52.66%
G=28.57%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881026700.460.640.2617.3647.4550
HexBC664302E401A112f32
Octal27414610305610032215762
Binary1011110011001101000011010111010000001101010001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6643; }

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

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

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

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

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

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

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

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