#BC5329

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

Shades of Fiery Orange #BC5329

Tints of Fiery Orange #BC5329

Color information

#BC5329 (or 0xBC5329) is unknown color: approx Fiery Orange. HEX triplet: BC, 53 and 29. RGB value is (188,83,41). Sum of RGB (Red+Green+Blue) = 188+83+41=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5329 is #43ACD6. Grayscale: #6D6D6D. Windows color (decimal): -4435159 or 2708412. OLE color: 2708412.

HSL color Cylindrical-coordinate representation of color #BC5329: hue angle of 17.14º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC5329 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB1888341-
CMYK00.560.780.26
HSL17.14º64.19%44.9%-
HSV(B)17.14º78.19%73.73%-
XYZ24.2317.044.11-
YUV109.6189.29183.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.26%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 41 (16.41% from 255) = 13.14%
R=60.26%
G=26.60%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188834100.560.780.2617.1464.1944.9
HexBC53290384E1A11402d
Octal27412351070116322110055
Binary1011110010100111010010111000100111011010100011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5329; }

 p { color: rgb(188,83,41); }

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

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

 a { background-color: rgb(188,83,41); }

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

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

 span { border-color: rgb(188,83,41); }

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