#BC5421

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

Shades of Fiery Orange #BC5421

Tints of Fiery Orange #BC5421

Color information

#BC5421 (or 0xBC5421) is unknown color: approx Fiery Orange. HEX triplet: BC, 54 and 21. RGB value is (188,84,33). Sum of RGB (Red+Green+Blue) = 188+84+33=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5421 is #43ABDE. Grayscale: #6D6D6D. Windows color (decimal): -4434911 or 2184380. OLE color: 2184380.

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

Color convert

RGB1888433-
CMYK00.550.820.26
HSL19.74º70.14%43.33%-
HSV(B)19.74º82.45%73.73%-
XYZ24.1817.143.47-
YUV109.2884.96184.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.64%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 33 (13.28% from 255) = 10.82%
R=61.64%
G=27.54%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188843300.550.820.2619.7470.1443.33
HexBC5421037521A14462b
Octal27412441067122322410653
Binary1011110010101001000010110111101001011010101001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5421; }

 p { color: rgb(188,84,33); }

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

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

 a { background-color: rgb(188,84,33); }

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

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

 span { border-color: rgb(188,84,33); }

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