#BC624A

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

Shades of Flame Pea #BC624A

Tints of Flame Pea #BC624A

Color information

#BC624A (or 0xBC624A) is unknown color: approx Flame Pea. HEX triplet: BC, 62 and 4A. RGB value is (188,98,74). Sum of RGB (Red+Green+Blue) = 188+98+74=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC624A is #439DB5. Grayscale: #7A7A7A. Windows color (decimal): -4431286 or 4874940. OLE color: 4874940.

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

Color convert

RGB1889874-
CMYK00.480.610.26
HSL12.63º45.97%51.37%-
HSV(B)12.63º60.64%73.73%-
XYZ26.3419.928.94-
YUV122.17100.82174.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.22%
GREEN value IS 98 (38.67% from 255) = 27.22%
BLUE value IS 74 (29.30% from 255) = 20.56%
R=52.22%
G=27.22%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188987400.480.610.2612.6345.9751.37
HexBC624A0303D1Ad2e33
Octal2741421120607532155663
Binary10111100110001010010100110000111101110101101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC624A; }

 p { color: rgb(188,98,74); }

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

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

 a { background-color: rgb(188,98,74); }

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

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

 span { border-color: rgb(188,98,74); }

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