Html Css Color HEX #BC6243 Flame Pea

📋 copy color: '#BC6243'

red 188 ◦ green 98 ◦ blue 67

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

Shades of Flame Pea #BC6243

Tints of Flame Pea #BC6243

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.76%

 BLUE value IS 67 (26.56% from 255) = 18.98%

R = 53.26%
G = 27.76%
B = 18.98%

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

#BC6243 (or 0xBC6243) is known color: Flame Pea. HEX triplet: BC, 62 and 43. RGB value is (188,98,67). Sum of RGB (Red+Green+Blue) = 188+98+67=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6243 is #439DBC. Grayscale: #797979. Windows color (decimal): -4431293 or 4416188. OLE color: 4416188.

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

Color convert

RGB 188 98 67 -
CMYK 0 0.48 0.64 0.26
HSL 15.37º 0.47% 0.5% -
HSV(B) 15.37º 0.64% 0.74% -
XYZ 26.12 19.83 7.76 -
YUV 121.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 188 98 67 0 0.48 0.64 0.26 15.37 0.47 0.5
Hex BC 62 43 0 30 40 1A F 2F 32
Octal 274 142 103 0 60 100 32 17 57 62
Binary 10111100 1100010 1000011 0 110000 1000000 11010 1111 101111 110010

Color Harmonies of #BC6243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6243

Black with #BC6243

Text Example


Text Example

White with #BC6243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6243; }

 p { color: rgb(188,98,67); }

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

background-color css

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

 a { background-color: rgb(188,98,67); }

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

border-color css

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

 span { border-color: rgb(188,98,67); }

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