Html Css Color HEX #BC6245 Flame Pea

📋 copy color: '#BC6245'

red 188 ◦ green 98 ◦ blue 69

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

Shades of Flame Pea #BC6245

Tints of Flame Pea #BC6245

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.61%

 BLUE value IS 69 (27.34% from 255) = 19.44%

R = 52.96%
G = 27.61%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC6245 (or 0xBC6245) is known color: Flame Pea. HEX triplet: BC, 62 and 45. RGB value is (188,98,69). Sum of RGB (Red+Green+Blue) = 188+98+69=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6245 is #439DBA. Grayscale: #797979. Windows color (decimal): -4431291 or 4547260. OLE color: 4547260.

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

Color convert

RGB 188 98 69 -
CMYK 0 0.48 0.63 0.26
HSL 14.62º 0.47% 0.5% -
HSV(B) 14.62º 0.63% 0.74% -
XYZ 26.18 19.86 8.08 -
YUV 121.6 98.32 175.36 -
System Red Green Blue C M Y K H S L
Decimal 188 98 69 0 0.48 0.63 0.26 14.62 0.47 0.5
Hex BC 62 45 0 30 3F 1A F 2F 32
Octal 274 142 105 0 60 77 32 17 57 62
Binary 10111100 1100010 1000101 0 110000 111111 11010 1111 101111 110010

Color Harmonies of #BC6245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6245

Black with #BC6245

Text Example


Text Example

White with #BC6245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6245; }

 p { color: rgb(188,98,69); }

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

background-color css

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

 a { background-color: rgb(188,98,69); }

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

border-color css

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

 span { border-color: rgb(188,98,69); }

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