Html Css Color HEX #BC6446 Flame Pea

📋 copy color: '#BC6446'

red 188 ◦ green 100 ◦ blue 70

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

Shades of Flame Pea #BC6446

Tints of Flame Pea #BC6446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.55%

R = 52.51%
G = 27.93%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC6446 (or 0xBC6446) is known color: Flame Pea. HEX triplet: BC, 64 and 46. RGB value is (188,100,70). Sum of RGB (Red+Green+Blue) = 188+100+70=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6446 is #439BB9. Grayscale: #7B7B7B. Windows color (decimal): -4430778 or 4613308. OLE color: 4613308.

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

Color convert

RGB 188 100 70 -
CMYK 0 0.47 0.63 0.26
HSL 15.25º 0.47% 0.51% -
HSV(B) 15.25º 0.63% 0.74% -
XYZ 26.4 20.25 8.31 -
YUV 122.89 98.15 174.44 -
System Red Green Blue C M Y K H S L
Decimal 188 100 70 0 0.47 0.63 0.26 15.25 0.47 0.51
Hex BC 64 46 0 2F 3F 1A F 2F 33
Octal 274 144 106 0 57 77 32 17 57 63
Binary 10111100 1100100 1000110 0 101111 111111 11010 1111 101111 110011

Color Harmonies of #BC6446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6446

Black with #BC6446

Text Example


Text Example

White with #BC6446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6446; }

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

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

background-color css

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

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

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

border-color css

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

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

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