#bc664d

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

Shades of Flame Pea #BC664D

Tints of Flame Pea #BC664D

Color information

#BC664D (or 0xBC664D) is unknown color: approx Flame Pea. HEX triplet: BC, 66 and 4D. RGB value is (188,102,77). Sum of RGB (Red+Green+Blue) = 188+102+77=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC664D is #4399B2. Grayscale: #7D7D7D. Windows color (decimal): -4430259 or 5072572. OLE color: 5072572.

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

Color convert

RGB18810277-
CMYK00.460.590.26
HSL13.51º45.31%51.96%-
HSV(B)13.51º59.04%73.73%-
XYZ26.8320.739.61-
YUV124.86100.99173.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.23%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 77 (30.47% from 255) = 20.98%
R=51.23%
G=27.79%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881027700.460.590.2613.5145.3151.96
HexBC664D02E3B1Ae2d34
Octal2741461150567332165564
Binary10111100110011010011010101110111011110101110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc664d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc664d; }

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

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

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

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

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

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

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

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