Html Css Color HEX #BC6347 Flame Pea

📋 copy color: '#BC6347'

red 188 ◦ green 99 ◦ blue 71

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

Shades of Flame Pea #BC6347

Tints of Flame Pea #BC6347

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.65%

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

R = 52.51%
G = 27.65%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC6347 (or 0xBC6347) is known color: Flame Pea. HEX triplet: BC, 63 and 47. RGB value is (188,99,71). Sum of RGB (Red+Green+Blue) = 188+99+71=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6347 is #439CB8. Grayscale: #7A7A7A. Windows color (decimal): -4431033 or 4678588. OLE color: 4678588.

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

Color convert

RGB 188 99 71 -
CMYK 0 0.47 0.62 0.26
HSL 14.36º 0.47% 0.51% -
HSV(B) 14.36º 0.62% 0.74% -
XYZ 26.34 20.07 8.45 -
YUV 122.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 188 99 71 0 0.47 0.62 0.26 14.36 0.47 0.51
Hex BC 63 47 0 2F 3E 1A E 2F 33
Octal 274 143 107 0 57 76 32 16 57 63
Binary 10111100 1100011 1000111 0 101111 111110 11010 1110 101111 110011

Color Harmonies of #BC6347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6347

Black with #BC6347

Text Example


Text Example

White with #BC6347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6347; }

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

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

background-color css

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

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

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

border-color css

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

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

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