Html Css Color HEX #BC6547 Flame Pea

📋 copy color: '#BC6547'

red 188 ◦ green 101 ◦ blue 71

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

Shades of Flame Pea #BC6547

Tints of Flame Pea #BC6547

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.06%

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

R = 52.22%
G = 28.06%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC6547 (or 0xBC6547) is known color: Flame Pea. HEX triplet: BC, 65 and 47. RGB value is (188,101,71). Sum of RGB (Red+Green+Blue) = 188+101+71=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6547 is #439AB8. Grayscale: #7B7B7B. Windows color (decimal): -4430521 or 4679100. OLE color: 4679100.

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

Color convert

RGB 188 101 71 -
CMYK 0 0.46 0.62 0.26
HSL 15.38º 0.47% 0.51% -
HSV(B) 15.38º 0.62% 0.74% -
XYZ 26.53 20.45 8.51 -
YUV 123.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 188 101 71 0 0.46 0.62 0.26 15.38 0.47 0.51
Hex BC 65 47 0 2E 3E 1A F 2F 33
Octal 274 145 107 0 56 76 32 17 57 63
Binary 10111100 1100101 1000111 0 101110 111110 11010 1111 101111 110011

Color Harmonies of #BC6547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6547

Black with #BC6547

Text Example


Text Example

White with #BC6547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6547; }

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

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

background-color css

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

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

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

border-color css

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

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

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