Html Css Color HEX #BC593E Flame Pea

📋 copy color: '#BC593E'

red 188 ◦ green 89 ◦ blue 62

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

Shades of Flame Pea #BC593E

Tints of Flame Pea #BC593E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.25%

 BLUE value IS 62 (24.61% from 255) = 18.29%

R = 55.46%
G = 26.25%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC593E (or 0xBC593E) is known color: Flame Pea. HEX triplet: BC, 59 and 3E. RGB value is (188,89,62). Sum of RGB (Red+Green+Blue) = 188+89+62=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC593E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC593E is #43A6C1. Grayscale: #737373. Windows color (decimal): -4433602 or 4086204. OLE color: 4086204.

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

Color convert

RGB 188 89 62 -
CMYK 0 0.53 0.67 0.26
HSL 12.86º 0.5% 0.49% -
HSV(B) 12.86º 0.67% 0.74% -
XYZ 25.18 18.18 6.74 -
YUV 115.52 97.8 179.7 -
System Red Green Blue C M Y K H S L
Decimal 188 89 62 0 0.53 0.67 0.26 12.86 0.5 0.49
Hex BC 59 3E 0 35 43 1A D 32 31
Octal 274 131 76 0 65 103 32 15 62 61
Binary 10111100 1011001 111110 0 110101 1000011 11010 1101 110010 110001

Color Harmonies of #BC593E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC593E

Black with #BC593E

Text Example


Text Example

White with #BC593E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC593E; }

 p { color: rgb(188,89,62); }

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

background-color css

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

 a { background-color: rgb(188,89,62); }

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

border-color css

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

 span { border-color: rgb(188,89,62); }

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