Html Css Color HEX #BC6147 Flame Pea

📋 copy color: '#BC6147'

red 188 ◦ green 97 ◦ blue 71

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

Shades of Flame Pea #BC6147

Tints of Flame Pea #BC6147

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.25%

 BLUE value IS 71 (28.13% from 255) = 19.94%

R = 52.81%
G = 27.25%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC6147 (or 0xBC6147) is known color: Flame Pea. HEX triplet: BC, 61 and 47. RGB value is (188,97,71). Sum of RGB (Red+Green+Blue) = 188+97+71=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6147 is #439EB8. Grayscale: #797979. Windows color (decimal): -4431545 or 4678076. OLE color: 4678076.

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

Color convert

RGB 188 97 71 -
CMYK 0 0.48 0.62 0.26
HSL 13.33º 0.47% 0.51% -
HSV(B) 13.33º 0.62% 0.74% -
XYZ 26.15 19.7 8.38 -
YUV 121.25 99.65 175.61 -
System Red Green Blue C M Y K H S L
Decimal 188 97 71 0 0.48 0.62 0.26 13.33 0.47 0.51
Hex BC 61 47 0 30 3E 1A D 2F 33
Octal 274 141 107 0 60 76 32 15 57 63
Binary 10111100 1100001 1000111 0 110000 111110 11010 1101 101111 110011

Color Harmonies of #BC6147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6147

Black with #BC6147

Text Example


Text Example

White with #BC6147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6147; }

 p { color: rgb(188,97,71); }

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

background-color css

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

 a { background-color: rgb(188,97,71); }

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

border-color css

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

 span { border-color: rgb(188,97,71); }

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