Html Css Color HEX #BC614C Flame Pea

📋 copy color: '#BC614C'

red 188 ◦ green 97 ◦ blue 76

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

Shades of Flame Pea #BC614C

Tints of Flame Pea #BC614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.87%

 BLUE value IS 76 (30.08% from 255) = 21.05%

R = 52.08%
G = 26.87%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC614C (or 0xBC614C) is known color: Flame Pea. HEX triplet: BC, 61 and 4C. RGB value is (188,97,76). Sum of RGB (Red+Green+Blue) = 188+97+76=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC614C is #439EB3. Grayscale: #797979. Windows color (decimal): -4431540 or 5005756. OLE color: 5005756.

HSL color Cylindrical-coordinate representation of color #BC614C: hue angle of 11.25º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC614C is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 97 76 -
CMYK 0 0.48 0.60 0.26
HSL 11.25º 0.46% 0.52% -
HSV(B) 11.25º 0.6% 0.74% -
XYZ 26.32 19.76 9.26 -
YUV 121.82 102.15 175.21 -
System Red Green Blue C M Y K H S L
Decimal 188 97 76 0 0.48 0.60 0.26 11.25 0.46 0.52
Hex BC 61 4C 0 30 3C 1A B 2E 34
Octal 274 141 114 0 60 74 32 13 56 64
Binary 10111100 1100001 1001100 0 110000 111100 11010 1011 101110 110100

Color Harmonies of #BC614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC614C

Black with #BC614C

Text Example


Text Example

White with #BC614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC614C; }

 p { color: rgb(188,97,76); }

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

background-color css

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

 a { background-color: rgb(188,97,76); }

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

border-color css

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

 span { border-color: rgb(188,97,76); }

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