Html Css Color HEX #BC6747 Flame Pea

📋 copy color: '#BC6747'

red 188 ◦ green 103 ◦ blue 71

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

Shades of Flame Pea #BC6747

Tints of Flame Pea #BC6747

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.45%

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

R = 51.93%
G = 28.45%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC6747 (or 0xBC6747) is known color: Flame Pea. HEX triplet: BC, 67 and 47. RGB value is (188,103,71). Sum of RGB (Red+Green+Blue) = 188+103+71=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6747 is #4398B8. Grayscale: #7C7C7C. Windows color (decimal): -4430009 or 4679612. OLE color: 4679612.

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

Color convert

RGB 188 103 71 -
CMYK 0 0.45 0.62 0.26
HSL 16.41º 0.47% 0.51% -
HSV(B) 16.41º 0.62% 0.74% -
XYZ 26.73 20.85 8.58 -
YUV 124.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 188 103 71 0 0.45 0.62 0.26 16.41 0.47 0.51
Hex BC 67 47 0 2D 3E 1A 10 2F 33
Octal 274 147 107 0 55 76 32 20 57 63
Binary 10111100 1100111 1000111 0 101101 111110 11010 10000 101111 110011

Color Harmonies of #BC6747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6747

Black with #BC6747

Text Example


Text Example

White with #BC6747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6747; }

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

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

background-color css

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

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

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

border-color css

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

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

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