Html Css Color HEX #BC6049 Flame Pea

📋 copy color: '#BC6049'

red 188 ◦ green 96 ◦ blue 73

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

Shades of Flame Pea #BC6049

Tints of Flame Pea #BC6049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.45%

R = 52.66%
G = 26.89%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC6049 (or 0xBC6049) is known color: Flame Pea. HEX triplet: BC, 60 and 49. RGB value is (188,96,73). Sum of RGB (Red+Green+Blue) = 188+96+73=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6049 is #439FB6. Grayscale: #797979. Windows color (decimal): -4431799 or 4808892. OLE color: 4808892.

HSL color Cylindrical-coordinate representation of color #BC6049: hue angle of 12º 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 #BC6049 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 96 73 -
CMYK 0 0.49 0.61 0.26
HSL 12º 0.46% 0.51% -
HSV(B) 12º 0.61% 0.74% -
XYZ 26.12 19.54 8.7 -
YUV 120.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 188 96 73 0 0.49 0.61 0.26 12 0.46 0.51
Hex BC 60 49 0 31 3D 1A C 2E 33
Octal 274 140 111 0 61 75 32 14 56 63
Binary 10111100 1100000 1001001 0 110001 111101 11010 1100 101110 110011

Color Harmonies of #BC6049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6049

Black with #BC6049

Text Example


Text Example

White with #BC6049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6049; }

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

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

background-color css

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

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

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

border-color css

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

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

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