Html Css Color HEX #BC6248 Flame Pea

📋 copy color: '#BC6248'

red 188 ◦ green 98 ◦ blue 72

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

Shades of Flame Pea #BC6248

Tints of Flame Pea #BC6248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.11%

R = 52.51%
G = 27.37%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC6248 (or 0xBC6248) is known color: Flame Pea. HEX triplet: BC, 62 and 48. RGB value is (188,98,72). Sum of RGB (Red+Green+Blue) = 188+98+72=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6248 is #439DB7. Grayscale: #7A7A7A. Windows color (decimal): -4431288 or 4743868. OLE color: 4743868.

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

Color convert

RGB 188 98 72 -
CMYK 0 0.48 0.62 0.26
HSL 13.45º 0.46% 0.51% -
HSV(B) 13.45º 0.62% 0.74% -
XYZ 26.28 19.89 8.59 -
YUV 121.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 188 98 72 0 0.48 0.62 0.26 13.45 0.46 0.51
Hex BC 62 48 0 30 3E 1A D 2E 33
Octal 274 142 110 0 60 76 32 15 56 63
Binary 10111100 1100010 1001000 0 110000 111110 11010 1101 101110 110011

Color Harmonies of #BC6248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6248

Black with #BC6248

Text Example


Text Example

White with #BC6248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6248; }

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

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

background-color css

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

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

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

border-color css

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

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

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