Html Css Color HEX #BC584A Flame Pea

📋 copy color: '#BC584A'

red 188 ◦ green 88 ◦ blue 74

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

Shades of Flame Pea #BC584A

Tints of Flame Pea #BC584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

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

R = 53.71%
G = 25.14%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC584A (or 0xBC584A) is known color: Flame Pea. HEX triplet: BC, 58 and 4A. RGB value is (188,88,74). Sum of RGB (Red+Green+Blue) = 188+88+74=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC584A is #43A7B5. Grayscale: #747474. Windows color (decimal): -4433846 or 4872380. OLE color: 4872380.

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

Color convert

RGB 188 88 74 -
CMYK 0 0.53 0.61 0.26
HSL 7.37º 0.46% 0.51% -
HSV(B) 7.37º 0.61% 0.74% -
XYZ 25.46 18.17 8.64 -
YUV 116.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 188 88 74 0 0.53 0.61 0.26 7.37 0.46 0.51
Hex BC 58 4A 0 35 3D 1A 7 2E 33
Octal 274 130 112 0 65 75 32 7 56 63
Binary 10111100 1011000 1001010 0 110101 111101 11010 111 101110 110011

Color Harmonies of #BC584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC584A

Black with #BC584A

Text Example


Text Example

White with #BC584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC584A; }

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

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

background-color css

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

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

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

border-color css

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

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

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