Html Css Color HEX #BC6040 Flame Pea

📋 copy color: '#BC6040'

red 188 ◦ green 96 ◦ blue 64

#BC6040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Pea #BC6040

Tints of Flame Pea #BC6040

RGB

 RED value IS 188 (73.83% from 255) = 54.02%

 GREEN value IS 96 (37.89% from 255) = 27.59%

 BLUE value IS 64 (25.39% from 255) = 18.39%

R = 54.02%
G = 27.59%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC6040 (or 0xBC6040) is known color: Flame Pea. HEX triplet: BC, 60 and 40. RGB value is (188,96,64). Sum of RGB (Red+Green+Blue) = 188+96+64=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6040 is #439FBF. Grayscale: #787878. Windows color (decimal): -4431808 or 4219068. OLE color: 4219068.

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

Color convert

RGB 188 96 64 -
CMYK 0 0.49 0.66 0.26
HSL 15.48º 0.49% 0.49% -
HSV(B) 15.48º 0.66% 0.74% -
XYZ 25.85 19.43 7.24 -
YUV 119.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 188 96 64 0 0.49 0.66 0.26 15.48 0.49 0.49
Hex BC 60 40 0 31 42 1A F 31 31
Octal 274 140 100 0 61 102 32 17 61 61
Binary 10111100 1100000 1000000 0 110001 1000010 11010 1111 110001 110001

Color Harmonies of #BC6040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6040

Black with #BC6040

Text Example


Text Example

White with #BC6040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6040; }

 p { color: rgb(188,96,64); }

 H1.HeaderClassName
 {
   color: #BC6040;
 }
 .AnyTagClassName
 {
   color: #BC6040;
 }
</style>

background-color css

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

 a { background-color: rgb(188,96,64); }

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

border-color css

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

 span { border-color: rgb(188,96,64); }

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