Html Css Color HEX #BC6249 Flame Pea

📋 copy color: '#BC6249'

red 188 ◦ green 98 ◦ blue 73

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

Shades of Flame Pea #BC6249

Tints of Flame Pea #BC6249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.3%

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

R = 52.37%
G = 27.3%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC6249 (or 0xBC6249) is known color: Flame Pea. HEX triplet: BC, 62 and 49. RGB value is (188,98,73). Sum of RGB (Red+Green+Blue) = 188+98+73=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6249 is #439DB6. Grayscale: #7A7A7A. Windows color (decimal): -4431287 or 4809404. OLE color: 4809404.

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

Color convert

RGB 188 98 73 -
CMYK 0 0.48 0.61 0.26
HSL 13.04º 0.46% 0.51% -
HSV(B) 13.04º 0.61% 0.74% -
XYZ 26.31 19.91 8.76 -
YUV 122.06 100.32 175.03 -
System Red Green Blue C M Y K H S L
Decimal 188 98 73 0 0.48 0.61 0.26 13.04 0.46 0.51
Hex BC 62 49 0 30 3D 1A D 2E 33
Octal 274 142 111 0 60 75 32 15 56 63
Binary 10111100 1100010 1001001 0 110000 111101 11010 1101 101110 110011

Color Harmonies of #BC6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6249

Black with #BC6249

Text Example


Text Example

White with #BC6249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6249; }

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

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

background-color css

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

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

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

border-color css

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

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

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