Html Css Color HEX #BC571D Fiery Orange

📋 copy color: '#BC571D'

red 188 ◦ green 87 ◦ blue 29

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

Shades of Fiery Orange #BC571D

Tints of Fiery Orange #BC571D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.54%

R = 61.84%
G = 28.62%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC571D (or 0xBC571D) is known color: Fiery Orange. HEX triplet: BC, 57 and 1D. RGB value is (188,87,29). Sum of RGB (Red+Green+Blue) = 188+87+29=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC571D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC571D is #43A8E2. Grayscale: #6E6E6E. Windows color (decimal): -4434147 or 1923004. OLE color: 1923004.

HSL color Cylindrical-coordinate representation of color #BC571D: hue angle of 21.89º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC571D is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 87 29 -
CMYK 0 0.54 0.85 0.26
HSL 21.89º 0.73% 0.43% -
HSV(B) 21.89º 0.85% 0.74% -
XYZ 24.37 17.6 3.27 -
YUV 110.59 81.96 183.22 -
System Red Green Blue C M Y K H S L
Decimal 188 87 29 0 0.54 0.85 0.26 21.89 0.73 0.43
Hex BC 57 1D 0 36 55 1A 16 49 2B
Octal 274 127 35 0 66 125 32 26 111 53
Binary 10111100 1010111 11101 0 110110 1010101 11010 10110 1001001 101011

Color Harmonies of #BC571D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC571D

Black with #BC571D

Text Example


Text Example

White with #BC571D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC571D; }

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

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

background-color css

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

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

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

border-color css

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

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

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