Html Css Color HEX #BC6146 Flame Pea

📋 copy color: '#BC6146'

red 188 ◦ green 97 ◦ blue 70

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

Shades of Flame Pea #BC6146

Tints of Flame Pea #BC6146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.72%

R = 52.96%
G = 27.32%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC6146 (or 0xBC6146) is known color: Flame Pea. HEX triplet: BC, 61 and 46. RGB value is (188,97,70). Sum of RGB (Red+Green+Blue) = 188+97+70=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6146 is #439EB9. Grayscale: #797979. Windows color (decimal): -4431546 or 4612540. OLE color: 4612540.

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

Color convert

RGB 188 97 70 -
CMYK 0 0.48 0.63 0.26
HSL 13.73º 0.47% 0.51% -
HSV(B) 13.73º 0.63% 0.74% -
XYZ 26.12 19.68 8.22 -
YUV 121.13 99.15 175.7 -
System Red Green Blue C M Y K H S L
Decimal 188 97 70 0 0.48 0.63 0.26 13.73 0.47 0.51
Hex BC 61 46 0 30 3F 1A E 2F 33
Octal 274 141 106 0 60 77 32 16 57 63
Binary 10111100 1100001 1000110 0 110000 111111 11010 1110 101111 110011

Color Harmonies of #BC6146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6146

Black with #BC6146

Text Example


Text Example

White with #BC6146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6146; }

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

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

background-color css

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

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

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

border-color css

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

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

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