Html Css Color HEX #BC5D4F Flame Pea

📋 copy color: '#BC5D4F'

red 188 ◦ green 93 ◦ blue 79

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

Shades of Flame Pea #BC5D4F

Tints of Flame Pea #BC5D4F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.83%

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

R = 52.22%
G = 25.83%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC5D4F (or 0xBC5D4F) is known color: Flame Pea. HEX triplet: BC, 5D and 4F. RGB value is (188,93,79). Sum of RGB (Red+Green+Blue) = 188+93+79=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D4F is #43A2B0. Grayscale: #777777. Windows color (decimal): -4432561 or 5201340. OLE color: 5201340.

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

Color convert

RGB 188 93 79 -
CMYK 0 0.51 0.58 0.26
HSL 7.71º 0.45% 0.52% -
HSV(B) 7.71º 0.58% 0.74% -
XYZ 26.06 19.08 9.71 -
YUV 119.81 104.97 176.64 -
System Red Green Blue C M Y K H S L
Decimal 188 93 79 0 0.51 0.58 0.26 7.71 0.45 0.52
Hex BC 5D 4F 0 33 3A 1A 8 2D 34
Octal 274 135 117 0 63 72 32 10 55 64
Binary 10111100 1011101 1001111 0 110011 111010 11010 1000 101101 110100

Color Harmonies of #BC5D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D4F

Black with #BC5D4F

Text Example


Text Example

White with #BC5D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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