Html Css Color HEX #BC6141 Flame Pea

📋 copy color: '#BC6141'

red 188 ◦ green 97 ◦ blue 65

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

Shades of Flame Pea #BC6141

Tints of Flame Pea #BC6141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.57%

R = 53.71%
G = 27.71%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC6141 (or 0xBC6141) is known color: Flame Pea. HEX triplet: BC, 61 and 41. RGB value is (188,97,65). Sum of RGB (Red+Green+Blue) = 188+97+65=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6141 is #439EBE. Grayscale: #787878. Windows color (decimal): -4431551 or 4284860. OLE color: 4284860.

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

Color convert

RGB 188 97 65 -
CMYK 0 0.48 0.65 0.26
HSL 15.61º 0.49% 0.5% -
HSV(B) 15.61º 0.65% 0.74% -
XYZ 25.97 19.62 7.42 -
YUV 120.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 188 97 65 0 0.48 0.65 0.26 15.61 0.49 0.5
Hex BC 61 41 0 30 41 1A 10 31 32
Octal 274 141 101 0 60 101 32 20 61 62
Binary 10111100 1100001 1000001 0 110000 1000001 11010 10000 110001 110010

Color Harmonies of #BC6141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6141

Black with #BC6141

Text Example


Text Example

White with #BC6141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6141; }

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

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

background-color css

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

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

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

border-color css

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

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

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