Html Css Color HEX #BC6047 Flame Pea

📋 copy color: '#BC6047'

red 188 ◦ green 96 ◦ blue 71

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

Shades of Flame Pea #BC6047

Tints of Flame Pea #BC6047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

 BLUE value IS 71 (28.13% from 255) = 20%

R = 52.96%
G = 27.04%
B = 20%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC6047 (or 0xBC6047) is known color: Flame Pea. HEX triplet: BC, 60 and 47. RGB value is (188,96,71). Sum of RGB (Red+Green+Blue) = 188+96+71=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6047 is #439FB8. Grayscale: #787878. Windows color (decimal): -4431801 or 4677820. OLE color: 4677820.

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

Color convert

RGB 188 96 71 -
CMYK 0 0.49 0.62 0.26
HSL 12.82º 0.47% 0.51% -
HSV(B) 12.82º 0.62% 0.74% -
XYZ 26.06 19.51 8.35 -
YUV 120.66 99.98 176.03 -
System Red Green Blue C M Y K H S L
Decimal 188 96 71 0 0.49 0.62 0.26 12.82 0.47 0.51
Hex BC 60 47 0 31 3E 1A D 2F 33
Octal 274 140 107 0 61 76 32 15 57 63
Binary 10111100 1100000 1000111 0 110001 111110 11010 1101 101111 110011

Color Harmonies of #BC6047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6047

Black with #BC6047

Text Example


Text Example

White with #BC6047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6047; }

 p { color: rgb(188,96,71); }

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

background-color css

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

 a { background-color: rgb(188,96,71); }

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

border-color css

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

 span { border-color: rgb(188,96,71); }

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