Html Css Color HEX #BC6144 Flame Pea

📋 copy color: '#BC6144'

red 188 ◦ green 97 ◦ blue 68

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

Shades of Flame Pea #BC6144

Tints of Flame Pea #BC6144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.26%

R = 53.26%
G = 27.48%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC6144 (or 0xBC6144) is known color: Flame Pea. HEX triplet: BC, 61 and 44. RGB value is (188,97,68). Sum of RGB (Red+Green+Blue) = 188+97+68=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6144 is #439EBB. Grayscale: #797979. Windows color (decimal): -4431548 or 4481468. OLE color: 4481468.

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

Color convert

RGB 188 97 68 -
CMYK 0 0.48 0.64 0.26
HSL 14.5º 0.47% 0.5% -
HSV(B) 14.5º 0.64% 0.74% -
XYZ 26.06 19.66 7.89 -
YUV 120.9 98.15 175.86 -
System Red Green Blue C M Y K H S L
Decimal 188 97 68 0 0.48 0.64 0.26 14.5 0.47 0.5
Hex BC 61 44 0 30 40 1A E 2F 32
Octal 274 141 104 0 60 100 32 16 57 62
Binary 10111100 1100001 1000100 0 110000 1000000 11010 1110 101111 110010

Color Harmonies of #BC6144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6144

Black with #BC6144

Text Example


Text Example

White with #BC6144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6144; }

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

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

background-color css

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

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

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

border-color css

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

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

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