Html Css Color HEX #BC6849 Flame Pea

📋 copy color: '#BC6849'

red 188 ◦ green 104 ◦ blue 73

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

Shades of Flame Pea #BC6849

Tints of Flame Pea #BC6849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.49%

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

R = 51.51%
G = 28.49%
B = 20%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC6849 (or 0xBC6849) is known color: Flame Pea. HEX triplet: BC, 68 and 49. RGB value is (188,104,73). Sum of RGB (Red+Green+Blue) = 188+104+73=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6849 is #4397B6. Grayscale: #7D7D7D. Windows color (decimal): -4429751 or 4810940. OLE color: 4810940.

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

Color convert

RGB 188 104 73 -
CMYK 0 0.45 0.61 0.26
HSL 16.17º 0.46% 0.51% -
HSV(B) 16.17º 0.61% 0.74% -
XYZ 26.89 21.07 8.95 -
YUV 125.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 188 104 73 0 0.45 0.61 0.26 16.17 0.46 0.51
Hex BC 68 49 0 2D 3D 1A 10 2E 33
Octal 274 150 111 0 55 75 32 20 56 63
Binary 10111100 1101000 1001001 0 101101 111101 11010 10000 101110 110011

Color Harmonies of #BC6849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6849

Black with #BC6849

Text Example


Text Example

White with #BC6849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6849; }

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

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

background-color css

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

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

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

border-color css

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

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

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