Html Css Color HEX #BC6142 Flame Pea

📋 copy color: '#BC6142'

red 188 ◦ green 97 ◦ blue 66

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

Shades of Flame Pea #BC6142

Tints of Flame Pea #BC6142

RGB

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

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

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

R = 53.56%
G = 27.64%
B = 18.8%

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

#BC6142 (or 0xBC6142) is known color: Flame Pea. HEX triplet: BC, 61 and 42. RGB value is (188,97,66). Sum of RGB (Red+Green+Blue) = 188+97+66=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6142 is #439EBD. Grayscale: #787878. Windows color (decimal): -4431550 or 4350396. OLE color: 4350396.

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

Color convert

RGB 188 97 66 -
CMYK 0 0.48 0.65 0.26
HSL 15.25º 0.48% 0.5% -
HSV(B) 15.25º 0.65% 0.74% -
XYZ 26 19.63 7.57 -
YUV 120.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 188 97 66 0 0.48 0.65 0.26 15.25 0.48 0.5
Hex BC 61 42 0 30 41 1A F 30 32
Octal 274 141 102 0 60 101 32 17 60 62
Binary 10111100 1100001 1000010 0 110000 1000001 11010 1111 110000 110010

Color Harmonies of #BC6142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6142

Black with #BC6142

Text Example


Text Example

White with #BC6142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6142; }

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

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

background-color css

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

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

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

border-color css

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

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

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