Html Css Color HEX #BC6442 Flame Pea

📋 copy color: '#BC6442'

red 188 ◦ green 100 ◦ blue 66

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

Shades of Flame Pea #BC6442

Tints of Flame Pea #BC6442

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.25%

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

R = 53.11%
G = 28.25%
B = 18.64%

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

#BC6442 (or 0xBC6442) is known color: Flame Pea. HEX triplet: BC, 64 and 42. RGB value is (188,100,66). Sum of RGB (Red+Green+Blue) = 188+100+66=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6442 is #439BBD. Grayscale: #7A7A7A. Windows color (decimal): -4430782 or 4351164. OLE color: 4351164.

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

Color convert

RGB 188 100 66 -
CMYK 0 0.47 0.65 0.26
HSL 16.72º 0.48% 0.5% -
HSV(B) 16.72º 0.65% 0.74% -
XYZ 26.28 20.2 7.67 -
YUV 122.44 96.15 174.76 -
System Red Green Blue C M Y K H S L
Decimal 188 100 66 0 0.47 0.65 0.26 16.72 0.48 0.5
Hex BC 64 42 0 2F 41 1A 11 30 32
Octal 274 144 102 0 57 101 32 21 60 62
Binary 10111100 1100100 1000010 0 101111 1000001 11010 10001 110000 110010

Color Harmonies of #BC6442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6442

Black with #BC6442

Text Example


Text Example

White with #BC6442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6442; }

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

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

background-color css

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

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

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

border-color css

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

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

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