Html Css Color HEX #BC5A50 Flame Pea

📋 copy color: '#BC5A50'

red 188 ◦ green 90 ◦ blue 80

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

Shades of Flame Pea #BC5A50

Tints of Flame Pea #BC5A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.14%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 52.51%
G = 25.14%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC5A50 (or 0xBC5A50) is known color: Flame Pea. HEX triplet: BC, 5A and 50. RGB value is (188,90,80). Sum of RGB (Red+Green+Blue) = 188+90+80=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5A50 is #43A5AF. Grayscale: #767676. Windows color (decimal): -4433328 or 5266108. OLE color: 5266108.

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

Color convert

RGB 188 90 80 -
CMYK 0 0.52 0.57 0.26
HSL 5.56º 0.45% 0.53% -
HSV(B) 5.56º 0.57% 0.74% -
XYZ 25.84 18.58 9.81 -
YUV 118.16 106.47 177.81 -
System Red Green Blue C M Y K H S L
Decimal 188 90 80 0 0.52 0.57 0.26 5.56 0.45 0.53
Hex BC 5A 50 0 34 39 1A 6 2D 35
Octal 274 132 120 0 64 71 32 6 55 65
Binary 10111100 1011010 1010000 0 110100 111001 11010 110 101101 110101

Color Harmonies of #BC5A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A50

Black with #BC5A50

Text Example


Text Example

White with #BC5A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A50; }

 p { color: rgb(188,90,80); }

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

background-color css

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

 a { background-color: rgb(188,90,80); }

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

border-color css

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

 span { border-color: rgb(188,90,80); }

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