Html Css Color HEX #BC6549 Flame Pea

📋 copy color: '#BC6549'

red 188 ◦ green 101 ◦ blue 73

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

Shades of Flame Pea #BC6549

Tints of Flame Pea #BC6549

RGB

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

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

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

R = 51.93%
G = 27.9%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC6549 (or 0xBC6549) is known color: Flame Pea. HEX triplet: BC, 65 and 49. RGB value is (188,101,73). Sum of RGB (Red+Green+Blue) = 188+101+73=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6549 is #439AB6. Grayscale: #7C7C7C. Windows color (decimal): -4430519 or 4810172. OLE color: 4810172.

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

Color convert

RGB 188 101 73 -
CMYK 0 0.46 0.61 0.26
HSL 14.61º 0.46% 0.51% -
HSV(B) 14.61º 0.61% 0.74% -
XYZ 26.6 20.48 8.85 -
YUV 123.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 188 101 73 0 0.46 0.61 0.26 14.61 0.46 0.51
Hex BC 65 49 0 2E 3D 1A F 2E 33
Octal 274 145 111 0 56 75 32 17 56 63
Binary 10111100 1100101 1001001 0 101110 111101 11010 1111 101110 110011

Color Harmonies of #BC6549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6549

Black with #BC6549

Text Example


Text Example

White with #BC6549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6549; }

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

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

background-color css

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

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

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

border-color css

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

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

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