Html Css Color HEX #BC5D4A Flame Pea

📋 copy color: '#BC5D4A'

red 188 ◦ green 93 ◦ blue 74

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

Shades of Flame Pea #BC5D4A

Tints of Flame Pea #BC5D4A

RGB

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

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

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

R = 52.96%
G = 26.2%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC5D4A (or 0xBC5D4A) is known color: Flame Pea. HEX triplet: BC, 5D and 4A. RGB value is (188,93,74). Sum of RGB (Red+Green+Blue) = 188+93+74=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5D4A is #43A2B5. Grayscale: #777777. Windows color (decimal): -4432566 or 4873660. OLE color: 4873660.

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

Color convert

RGB 188 93 74 -
CMYK 0 0.51 0.61 0.26
HSL 10º 0.46% 0.51% -
HSV(B) 10º 0.61% 0.74% -
XYZ 25.89 19.01 8.78 -
YUV 119.24 102.47 177.04 -
System Red Green Blue C M Y K H S L
Decimal 188 93 74 0 0.51 0.61 0.26 10 0.46 0.51
Hex BC 5D 4A 0 33 3D 1A A 2E 33
Octal 274 135 112 0 63 75 32 12 56 63
Binary 10111100 1011101 1001010 0 110011 111101 11010 1010 101110 110011

Color Harmonies of #BC5D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D4A

Black with #BC5D4A

Text Example


Text Example

White with #BC5D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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