Html Css Color HEX #BC6342 Flame Pea

📋 copy color: '#BC6342'

red 188 ◦ green 99 ◦ blue 66

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

Shades of Flame Pea #BC6342

Tints of Flame Pea #BC6342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.05%

 BLUE value IS 66 (26.17% from 255) = 18.7%

R = 53.26%
G = 28.05%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC6342 (or 0xBC6342) is known color: Flame Pea. HEX triplet: BC, 63 and 42. RGB value is (188,99,66). Sum of RGB (Red+Green+Blue) = 188+99+66=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6342 is #439CBD. Grayscale: #7A7A7A. Windows color (decimal): -4431038 or 4350908. OLE color: 4350908.

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

Color convert

RGB 188 99 66 -
CMYK 0 0.47 0.65 0.26
HSL 16.23º 0.48% 0.5% -
HSV(B) 16.23º 0.65% 0.74% -
XYZ 26.18 20.01 7.64 -
YUV 121.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 188 99 66 0 0.47 0.65 0.26 16.23 0.48 0.5
Hex BC 63 42 0 2F 41 1A 10 30 32
Octal 274 143 102 0 57 101 32 20 60 62
Binary 10111100 1100011 1000010 0 101111 1000001 11010 10000 110000 110010

Color Harmonies of #BC6342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6342

Black with #BC6342

Text Example


Text Example

White with #BC6342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6342; }

 p { color: rgb(188,99,66); }

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

background-color css

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

 a { background-color: rgb(188,99,66); }

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

border-color css

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

 span { border-color: rgb(188,99,66); }

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