Html Css Color HEX #BC573D Flame Pea

📋 copy color: '#BC573D'

red 188 ◦ green 87 ◦ blue 61

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

Shades of Flame Pea #BC573D

Tints of Flame Pea #BC573D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.89%

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

R = 55.95%
G = 25.89%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC573D (or 0xBC573D) is known color: Flame Pea. HEX triplet: BC, 57 and 3D. RGB value is (188,87,61). Sum of RGB (Red+Green+Blue) = 188+87+61=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC573D is #43A8C2. Grayscale: #727272. Windows color (decimal): -4434115 or 4020156. OLE color: 4020156.

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

Color convert

RGB 188 87 61 -
CMYK 0 0.54 0.68 0.26
HSL 12.28º 0.51% 0.49% -
HSV(B) 12.28º 0.68% 0.74% -
XYZ 24.99 17.84 6.54 -
YUV 114.24 97.96 180.61 -
System Red Green Blue C M Y K H S L
Decimal 188 87 61 0 0.54 0.68 0.26 12.28 0.51 0.49
Hex BC 57 3D 0 36 44 1A C 33 31
Octal 274 127 75 0 66 104 32 14 63 61
Binary 10111100 1010111 111101 0 110110 1000100 11010 1100 110011 110001

Color Harmonies of #BC573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC573D

Black with #BC573D

Text Example


Text Example

White with #BC573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC573D; }

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

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

background-color css

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

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

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

border-color css

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

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

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