Html Css Color HEX #BC593D Flame Pea

📋 copy color: '#BC593D'

red 188 ◦ green 89 ◦ blue 61

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

Shades of Flame Pea #BC593D

Tints of Flame Pea #BC593D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.05%

R = 55.62%
G = 26.33%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC593D (or 0xBC593D) is known color: Flame Pea. HEX triplet: BC, 59 and 3D. RGB value is (188,89,61). Sum of RGB (Red+Green+Blue) = 188+89+61=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC593D is #43A6C2. Grayscale: #737373. Windows color (decimal): -4433603 or 4020668. OLE color: 4020668.

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

Color convert

RGB 188 89 61 -
CMYK 0 0.53 0.68 0.26
HSL 13.23º 0.51% 0.49% -
HSV(B) 13.23º 0.68% 0.74% -
XYZ 25.15 18.17 6.6 -
YUV 115.41 97.3 179.78 -
System Red Green Blue C M Y K H S L
Decimal 188 89 61 0 0.53 0.68 0.26 13.23 0.51 0.49
Hex BC 59 3D 0 35 44 1A D 33 31
Octal 274 131 75 0 65 104 32 15 63 61
Binary 10111100 1011001 111101 0 110101 1000100 11010 1101 110011 110001

Color Harmonies of #BC593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC593D

Black with #BC593D

Text Example


Text Example

White with #BC593D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC593D; }

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

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

background-color css

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

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

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

border-color css

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

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

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