#BC644C

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

Shades of Flame Pea #BC644C

Tints of Flame Pea #BC644C

Color information

#BC644C (or 0xBC644C) is unknown color: approx Flame Pea. HEX triplet: BC, 64 and 4C. RGB value is (188,100,76). Sum of RGB (Red+Green+Blue) = 188+100+76=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC644C is #439BB3. Grayscale: #7B7B7B. Windows color (decimal): -4430772 or 5006524. OLE color: 5006524.

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

Color convert

RGB18810076-
CMYK00.470.600.26
HSL12.86º45.53%51.76%-
HSV(B)12.86º59.57%73.73%-
XYZ26.620.339.36-
YUV123.58101.15173.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.65%
GREEN value IS 100 (39.45% from 255) = 27.47%
BLUE value IS 76 (30.08% from 255) = 20.88%
R=51.65%
G=27.47%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881007600.470.600.2612.8645.5351.76
HexBC644C02F3C1Ad2e34
Octal2741441140577432155664
Binary10111100110010010011000101111111100110101101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC644C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC644C; }

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

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

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

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

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

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

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

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