Html Css Color HEX #BC5E4F Flame Pea

📋 copy color: '#BC5E4F'

red 188 ◦ green 94 ◦ blue 79

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

Shades of Flame Pea #BC5E4F

Tints of Flame Pea #BC5E4F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.04%

 BLUE value IS 79 (31.25% from 255) = 21.88%

R = 52.08%
G = 26.04%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC5E4F (or 0xBC5E4F) is known color: Flame Pea. HEX triplet: BC, 5E and 4F. RGB value is (188,94,79). Sum of RGB (Red+Green+Blue) = 188+94+79=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E4F is #43A1B0. Grayscale: #787878. Windows color (decimal): -4432305 or 5201596. OLE color: 5201596.

HSL color Cylindrical-coordinate representation of color #BC5E4F: hue angle of 8.26º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC5E4F is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 94 79 -
CMYK 0 0.50 0.58 0.26
HSL 8.26º 0.45% 0.52% -
HSV(B) 8.26º 0.58% 0.74% -
XYZ 26.15 19.26 9.74 -
YUV 120.4 104.64 176.22 -
System Red Green Blue C M Y K H S L
Decimal 188 94 79 0 0.50 0.58 0.26 8.26 0.45 0.52
Hex BC 5E 4F 0 32 3A 1A 8 2D 34
Octal 274 136 117 0 62 72 32 10 55 64
Binary 10111100 1011110 1001111 0 110010 111010 11010 1000 101101 110100

Color Harmonies of #BC5E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E4F

Black with #BC5E4F

Text Example


Text Example

White with #BC5E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E4F; }

 p { color: rgb(188,94,79); }

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

background-color css

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

 a { background-color: rgb(188,94,79); }

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

border-color css

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

 span { border-color: rgb(188,94,79); }

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