Html Css Color HEX #BC614A Flame Pea

📋 copy color: '#BC614A'

red 188 ◦ green 97 ◦ blue 74

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

Shades of Flame Pea #BC614A

Tints of Flame Pea #BC614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.61%

R = 52.37%
G = 27.02%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC614A (or 0xBC614A) is known color: Flame Pea. HEX triplet: BC, 61 and 4A. RGB value is (188,97,74). Sum of RGB (Red+Green+Blue) = 188+97+74=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC614A is #439EB5. Grayscale: #797979. Windows color (decimal): -4431542 or 4874684. OLE color: 4874684.

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

Color convert

RGB 188 97 74 -
CMYK 0 0.48 0.61 0.26
HSL 12.11º 0.46% 0.51% -
HSV(B) 12.11º 0.61% 0.74% -
XYZ 26.25 19.74 8.9 -
YUV 121.59 101.15 175.37 -
System Red Green Blue C M Y K H S L
Decimal 188 97 74 0 0.48 0.61 0.26 12.11 0.46 0.51
Hex BC 61 4A 0 30 3D 1A C 2E 33
Octal 274 141 112 0 60 75 32 14 56 63
Binary 10111100 1100001 1001010 0 110000 111101 11010 1100 101110 110011

Color Harmonies of #BC614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC614A

Black with #BC614A

Text Example


Text Example

White with #BC614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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