Html Css Color HEX #BC6949 Flame Pea

📋 copy color: '#BC6949'

red 188 ◦ green 105 ◦ blue 73

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

Shades of Flame Pea #BC6949

Tints of Flame Pea #BC6949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.69%

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

R = 51.37%
G = 28.69%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC6949 (or 0xBC6949) is known color: Flame Pea. HEX triplet: BC, 69 and 49. RGB value is (188,105,73). Sum of RGB (Red+Green+Blue) = 188+105+73=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6949 is #4396B6. Grayscale: #7E7E7E. Windows color (decimal): -4429495 or 4811196. OLE color: 4811196.

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

Color convert

RGB 188 105 73 -
CMYK 0 0.44 0.61 0.26
HSL 16.7º 0.46% 0.51% -
HSV(B) 16.7º 0.61% 0.74% -
XYZ 26.99 21.28 8.99 -
YUV 126.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 188 105 73 0 0.44 0.61 0.26 16.7 0.46 0.51
Hex BC 69 49 0 2C 3D 1A 11 2E 33
Octal 274 151 111 0 54 75 32 21 56 63
Binary 10111100 1101001 1001001 0 101100 111101 11010 10001 101110 110011

Color Harmonies of #BC6949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6949

Black with #BC6949

Text Example


Text Example

White with #BC6949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6949; }

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

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

background-color css

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

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

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

border-color css

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

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

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