#BC5820

Color #BC5820 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #BC5820

Tints of Fiery Orange #BC5820

Color information

#BC5820 (or 0xBC5820) is unknown color: approx Fiery Orange. HEX triplet: BC, 58 and 20. RGB value is (188,88,32). Sum of RGB (Red+Green+Blue) = 188+88+32=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5820 is #43A7DF. Grayscale: #6F6F6F. Windows color (decimal): -4433888 or 2119868. OLE color: 2119868.

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

Color convert

RGB1888832-
CMYK00.530.830.26
HSL21.54º70.91%43.14%-
HSV(B)21.54º82.98%73.73%-
XYZ24.4917.783.51-
YUV111.5283.13182.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.04%
GREEN value IS 88 (34.77% from 255) = 28.57%
BLUE value IS 32 (12.89% from 255) = 10.39%
R=61.04%
G=28.57%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188883200.530.830.2621.5470.9143.14
HexBC5820035531A16472b
Octal27413040065123322610753
Binary1011110010110001000000110101101001111010101101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5820; }

 p { color: rgb(188,88,32); }

 H1.HeaderClassName
 {
   color: #BC5820;
 }
 .AnyTagClassName
 {
   color: #BC5820;
 }
</style>
background-color css

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

 a { background-color: rgb(188,88,32); }

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

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

 span { border-color: rgb(188,88,32); }

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