Html Css Color HEX #BC6449 Flame Pea

📋 copy color: '#BC6449'

red 188 ◦ green 100 ◦ blue 73

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

Shades of Flame Pea #BC6449

Tints of Flame Pea #BC6449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.22%

R = 52.08%
G = 27.7%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC6449 (or 0xBC6449) is known color: Flame Pea. HEX triplet: BC, 64 and 49. RGB value is (188,100,73). Sum of RGB (Red+Green+Blue) = 188+100+73=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6449 is #439BB6. Grayscale: #7B7B7B. Windows color (decimal): -4430775 or 4809916. OLE color: 4809916.

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

Color convert

RGB 188 100 73 -
CMYK 0 0.47 0.61 0.26
HSL 14.09º 0.46% 0.51% -
HSV(B) 14.09º 0.61% 0.74% -
XYZ 26.5 20.29 8.82 -
YUV 123.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 188 100 73 0 0.47 0.61 0.26 14.09 0.46 0.51
Hex BC 64 49 0 2F 3D 1A E 2E 33
Octal 274 144 111 0 57 75 32 16 56 63
Binary 10111100 1100100 1001001 0 101111 111101 11010 1110 101110 110011

Color Harmonies of #BC6449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6449

Black with #BC6449

Text Example


Text Example

White with #BC6449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6449; }

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

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

background-color css

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

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

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

border-color css

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

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

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